Update to server gql library update changes

This commit is contained in:
schroda
2025-03-23 04:04:08 +01:00
parent 072c71c116
commit b673047517
13 changed files with 299 additions and 200 deletions
+3
View File
@@ -62,6 +62,9 @@ const typePolicies: StrictTypedTypePolicies = {
},
},
DownloadType: { keyFields: ['chapter'] },
CategoryUpdateType: { keyFields: ['category'] },
MangaUpdateType: { keyFields: ['manga'] },
UpdaterJobsInfoType: { keyFields: [] },
WebUIUpdateStatus: { keyFields: [] },
UpdateStatus: { keyFields: [] },
Query: {