[FA-misc] Fix issues with novel imports
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
mutation ImportNovel($input: ImportNovelInput!) {
|
||||
importNovel(input: $input) {
|
||||
novelImportRequested {
|
||||
importNovelResult {
|
||||
importId
|
||||
novelUrl
|
||||
}
|
||||
errors {
|
||||
... on InvalidOperationError {
|
||||
message
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user