[FA-misc] Fix issues with novel imports
All checks were successful
CI / build-backend (pull_request) Successful in 1m46s
CI / build-frontend (pull_request) Successful in 44s

This commit is contained in:
gamer147
2026-01-30 12:48:40 -05:00
parent ec967770d3
commit 3c8c8c8707
10 changed files with 86 additions and 21 deletions

View File

@@ -1,8 +1,13 @@
mutation ImportNovel($input: ImportNovelInput!) {
importNovel(input: $input) {
novelImportRequested {
importNovelResult {
importId
novelUrl
}
errors {
... on InvalidOperationError {
message
}
}
}
}