Skip to content

Instantly share code, notes, and snippets.

@eduardojmatos
Last active January 21, 2018 01:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eduardojmatos/4514959dfe5ecaa51203fce4ce3989b3 to your computer and use it in GitHub Desktop.
Save eduardojmatos/4514959dfe5ecaa51203fce4ce3989b3 to your computer and use it in GitHub Desktop.
import apolloFetch from 'apollo-fetch';
const serverFetcher = apolloFetch.createApolloFetch({
uri: 'https://endpoint-of-graphql.com',
});
export default serverFetcher;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment