Skip to content

Instantly share code, notes, and snippets.

@garethpbk
Created November 20, 2018 18:10
Show Gist options
  • Save garethpbk/2265f40021b58660ad35a44ba56bdb82 to your computer and use it in GitHub Desktop.
Save garethpbk/2265f40021b58660ad35a44ba56bdb82 to your computer and use it in GitHub Desktop.
const client = new ApolloClient({
link: restLink,
cache: new InMemoryCache({
dataIdFromObject: object => object.id || null,
}),
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment