Skip to content

Instantly share code, notes, and snippets.

@rockchalkwushock
Last active January 15, 2020 17:52
Show Gist options
  • Save rockchalkwushock/27a4ef4d8745bf412670bbe06aad75c6 to your computer and use it in GitHub Desktop.
Save rockchalkwushock/27a4ef4d8745bf412670bbe06aad75c6 to your computer and use it in GitHub Desktop.
import { ApolloError } from 'apollo-boost'
// We may not need to pass the 'endpoint' through I forget what the ApolloError exposes for information.
export const onError (error: ApolloError, enpoint: string): void => {
// Add error logging service.
console.error(`Endpoint: ${endpoint}`, error)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment