Update to server download subscription changes

This commit is contained in:
schroda
2024-11-28 12:17:55 +01:00
parent 61ae717e9a
commit a819d45489
9 changed files with 215 additions and 40 deletions
+10 -5
View File
@@ -87,11 +87,16 @@ const typePolicies: StrictTypedTypePolicies = {
key: args?.key,
});
},
downloadStatus(_, { toReference }) {
return toReference({
__typename: 'DownloadStatus',
key: {},
});
downloadStatus: {
read(_, { toReference }) {
return toReference({
__typename: 'DownloadStatus',
key: {},
});
},
merge(_, incoming) {
return incoming;
},
},
getWebUIUpdateStatus(_, { toReference }) {
return toReference({