We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb08d38 + 6b41ad1 commit 3ae9b7eCopy full SHA for 3ae9b7e
final/client/src/cache.ts
@@ -11,6 +11,7 @@ export const cache: InMemoryCache = new InMemoryCache({
11
return cartItemsVar();
12
},
13
launches: {
14
+ keyArgs: false,
15
merge(existing, incoming) {
16
let launches: Reference[] = [];
17
if (existing && existing.launches) {
0 commit comments