Add optimistic response to metadata mutations
This commit is contained in:
@@ -41,6 +41,10 @@ const typePolicies: StrictTypedTypePolicies = {
|
||||
},
|
||||
},
|
||||
GlobalMetaType: { keyFields: ['key'] },
|
||||
MangaMetaType: { keyFields: ['mangaId', 'key'] },
|
||||
ChapterMetaType: { keyFields: ['chapterId', 'key'] },
|
||||
CategoryMetaType: { keyFields: ['categoryId', 'key'] },
|
||||
SourceMetaType: { keyFields: ['sourceId', 'key'] },
|
||||
ExtensionType: { keyFields: ['pkgName'] },
|
||||
AboutServerPayload: { keyFields: [] },
|
||||
AboutWebUI: { keyFields: [] },
|
||||
|
||||
Reference in New Issue
Block a user