Fix/update gql after server changes (#469)
* [Codegen] Update files * Update "AboutServer" * Cache "WebUIUpdateInfo"
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user