Skip to content

Instantly share code, notes, and snippets.

@lucasconstantino
Created March 29, 2017 18:22
Show Gist options
  • Save lucasconstantino/a86a1071c879e0c3df2a3b5267690288 to your computer and use it in GitHub Desktop.
Save lucasconstantino/a86a1071c879e0c3df2a3b5267690288 to your computer and use it in GitHub Desktop.
import ApolloClient, { createNetworkInterface } from 'apollo-client'
export const client = new ApolloClient({
networkInterface: createNetworkInterface({
uri: 'https://graphql.example.com',
}),
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment