Fix/update gql after server changes (#469)

* [Codegen] Update files

* Update "AboutServer"

* Cache "WebUIUpdateInfo"
This commit is contained in:
schroda
2023-11-24 01:33:56 +01:00
committed by GitHub
parent 3766540ce5
commit 3b147b1b46
6 changed files with 17 additions and 14 deletions

View File

@@ -25,7 +25,8 @@ import { StrictTypedTypePolicies } from '@/lib/graphql/generated/apollo-helpers.
const typePolicies: StrictTypedTypePolicies = {
GlobalMetaType: { keyFields: ['key'] },
ExtensionType: { keyFields: ['apkName'] },
AboutPayload: { keyFields: [] },
AboutServerPayload: { keyFields: [] },
WebUIUpdateInfo: { keyFields: [] },
SettingsType: { keyFields: [] },
Query: {
fields: {