⬇ Import flow fixes

This commit is contained in:
2026-03-05 13:33:48 -05:00
parent cc30dcc14f
commit 71267ecc7e
5 changed files with 124 additions and 13 deletions

View File

@@ -623,7 +623,7 @@ export default class ImportService extends Service {
console.log(
"[GraphQL Import] Triggering metadata resolution..."
);
await this.broker.call("graphql.query", {
await this.broker.call("graphql.graphql", {
query: `
mutation ResolveMetadata($comicId: ID!) {
resolveMetadata(comicId: $comicId) {