Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graphql Typegen Fails due to merchantSendSubscriptionInventoryFailureEmail mutation #5

Open
sadsciencee opened this issue Dec 31, 2024 · 0 comments · May be fixed by #6
Open

Graphql Typegen Fails due to merchantSendSubscriptionInventoryFailureEmail mutation #5

sadsciencee opened this issue Dec 31, 2024 · 0 comments · May be fixed by #6

Comments

@sadsciencee
Copy link

I believe the merchantSendSubscriptionInventoryFailureEmail is a future feature, at the moment the graphql typegen script fails until I uncomment the entire mutation. Using unstable api version and CLI version 3.72.2

✔ Parse Configuration
⚠ Generate outputs
  ❯ Generate to ./types/admin.schema.json
    ✔ Load GraphQL schemas
    ✔ Load GraphQL documents
    ✖ GraphQL Document Validation failed with 1 errors;
      Error 0: Cannot query field "merchantSendSubscriptionInventoryFailureEmail" on type "Mutation".
      at /Users/davidhollenbeck/Documents/Clients/Astral Fitness/Code/preorder-app/app/graphql/MerchantSendSubscriptionInventoryEmailMutation.ts:3:3
  ❯ Generate to ./types/admin.types.d.ts
    ✔ Load GraphQL schemas
    ✔ Load GraphQL documents
    ✖ GraphQL Document Validation failed with 1 errors;
      Error 0: Cannot query field "merchantSendSubscriptionInventoryFailureEmail" on type "Mutation".
      at /Users/davidhollenbeck/Documents/Clients/Astral Fitness/Code/preorder-app/app/graphql/MerchantSendSubscriptionInventoryEmailMutation.ts:3:3
  ❯ Generate to ./types/admin.generated.d.ts
    ✔ Load GraphQL schemas
    ✔ Load GraphQL documents
    ✖ GraphQL Document Validation failed with 1 errors;
      Error 0: Cannot query field "merchantSendSubscriptionInventoryFailureEmail" on type "Mutation".
      at /Users/davidhollenbeck/Documents/Clients/Astral Fitness/Code/preorder-app/app/graphql/MerchantSendSubscriptionInventoryEmailMutation.ts:3:3
 ELIFECYCLE  Command failed with exit code 1.
@patlai patlai linked a pull request Jan 7, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant