Skip to content

Instantly share code, notes, and snippets.

@takanorip
Created December 10, 2018 00:25
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 takanorip/8400eccd4c3185c93049c5e85a1c84f7 to your computer and use it in GitHub Desktop.
Save takanorip/8400eccd4c3185c93049c5e85a1c84f7 to your computer and use it in GitHub Desktop.
const client = new ApolloClient({
cache: new InMemoryCache().restore(window.__APOLLO_STATE__),
link,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment