Skip to content

Instantly share code, notes, and snippets.

@JoSuzuki
Created March 31, 2021 14:11
Show Gist options
  • Save JoSuzuki/3546f3559161611bca1eb2f81ba16651 to your computer and use it in GitHub Desktop.
Save JoSuzuki/3546f3559161611bca1eb2f81ba16651 to your computer and use it in GitHub Desktop.
Cache with mergeable types
const cache = new InMemoryCache({
possibleTypes: {
MergeableTypes: mergeableTypesArray,
},
typePolicies: {
MergeableTypes: {
merge: true,
},
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment