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:
@@ -9,8 +9,8 @@
|
||||
import gql from 'graphql-tag';
|
||||
|
||||
export const VALIDATE_BACKUP = gql`
|
||||
query VALIDATE_BACKUP($input: ValidateBackupInput!) {
|
||||
validateBackup(input: $input) {
|
||||
query VALIDATE_BACKUP($backup: Upload!) {
|
||||
validateBackup(input: { backup: $backup }) {
|
||||
missingSources {
|
||||
id
|
||||
name
|
||||
|
||||
Reference in New Issue
Block a user