Update to server download subscription changes

This commit is contained in:
schroda
2024-08-21 21:29:01 +02:00
parent 61ae717e9a
commit a819d45489
9 changed files with 217 additions and 42 deletions

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({