Update to server gql library update changes

This commit is contained in:
schroda
2025-03-16 21:01:24 +01:00
parent 072c71c116
commit b673047517
13 changed files with 299 additions and 200 deletions

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: {