Feature/support new tachiyomi backup file extension (#430)

* [Codegen] Fix restore backup mutation/query

The server doesn't support nested objects for file uploads

* Support new tachiyomi backup extension
This commit is contained in:
schroda
2023-10-29 01:45:08 +02:00
committed by GitHub
parent 5a5b12a9e1
commit 30fd8b0fca
5 changed files with 10 additions and 10 deletions

View File

@@ -18,8 +18,8 @@ export const CREATE_BACKUP = gql`
`;
export const RESTORE_BACKUP = gql`
mutation RESTORE_BACKUP($input: RestoreBackupInput!) {
restoreBackup(input: $input) {
mutation RESTORE_BACKUP($backup: Upload!) {
restoreBackup(input: { backup: $backup }) {
clientMutationId
status {
mangaProgress