Skip to content

Instantly share code, notes, and snippets.

@garethpbk
Created November 20, 2018 18:10
Show Gist options
  • Save garethpbk/30e40c306ce9d26b38f4c98f1f371eba to your computer and use it in GitHub Desktop.
Save garethpbk/30e40c306ce9d26b38f4c98f1f371eba to your computer and use it in GitHub Desktop.
import { ApolloClient } from 'apollo-client';
import { InMemoryCache } from 'apollo-cache-inmemory';
import { RestLink } from 'apollo-link-rest';
import { ApolloProvider } from 'react-apollo';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment