Add logic to reorder downloads (#495)

This commit is contained in:
schroda
2023-12-13 02:05:03 +01:00
committed by GitHub
parent b5f86ae609
commit 1dc60af67c
3 changed files with 84 additions and 17 deletions

View File

@@ -23,6 +23,8 @@ const typePolicies: StrictTypedTypePolicies = {
WebUIUpdateInfo: { keyFields: [] },
WebUIUpdateCheck: { keyFields: [] },
SettingsType: { keyFields: [] },
DownloadStatus: { keyFields: [] },
DownloadType: { keyFields: ['chapter'] },
Query: {
fields: {
chapters: {