Skip to content

Commit 3ae9b7e

Browse files
authored
Merge pull request apollographql#158 from apollographql/fix-pagination
Disable launches type policy keyArgs to fix pagination
2 parents bb08d38 + 6b41ad1 commit 3ae9b7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

final/client/src/cache.ts

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const cache: InMemoryCache = new InMemoryCache({
1111
return cartItemsVar();
1212
},
1313
launches: {
14+
keyArgs: false,
1415
merge(existing, incoming) {
1516
let launches: Reference[] = [];
1617
if (existing && existing.launches) {

0 commit comments

Comments
 (0)