Add "order" filter to chapters query key
This commit is contained in:
@@ -120,7 +120,7 @@ const typePolicies: StrictTypedTypePolicies = {
|
|||||||
return toReference({ __typename: 'UpdateStatus', key: {} });
|
return toReference({ __typename: 'UpdateStatus', key: {} });
|
||||||
},
|
},
|
||||||
chapters: {
|
chapters: {
|
||||||
keyArgs: ['condition', 'filter', 'orderBy', 'orderByType'],
|
keyArgs: ['condition', 'filter', 'orderBy', 'orderByType', 'order'],
|
||||||
merge(existing, incoming) {
|
merge(existing, incoming) {
|
||||||
if (existing == null) {
|
if (existing == null) {
|
||||||
return incoming;
|
return incoming;
|
||||||
|
|||||||
Reference in New Issue
Block a user