Skip to content

Instantly share code, notes, and snippets.

@michalchudziak
Created October 31, 2016 13:14
Show Gist options
  • Save michalchudziak/b30bf4a9d4ea3d88242c091567f5709b to your computer and use it in GitHub Desktop.
Save michalchudziak/b30bf4a9d4ea3d88242c091567f5709b to your computer and use it in GitHub Desktop.
import ApolloClient, { createNetworkInterface } from 'apollo-client';
const networkInterface = createNetworkInterface({ uri: 'http://my-api/graphql' });
const client = new ApolloClient({
networkInterface,
});
export default client;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment