⬇ Import flow fixes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user