You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.2The text was updated successfully, but these errors were encountered: