Skip to content

Instantly share code, notes, and snippets.

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