Feature/update backup restore to server changes (#438)

* [Codegen] Update back query/mutation

* Update backup restore

* [VersionMapping] Require server version "r1410" for preview
This commit is contained in:
schroda
2023-11-02 13:01:01 +01:00
committed by GitHub
parent cc59f88a1d
commit 1acda66b16
7 changed files with 84 additions and 42 deletions

View File

@@ -20,8 +20,8 @@ export const VALIDATE_BACKUP = gql`
`;
export const GET_RESTORE_STATUS = gql`
query GET_RESTORE_STATUS {
restoreStatus {
query GET_RESTORE_STATUS($id: String!) {
restoreStatus(id: $id) {
mangaProgress
state
totalManga