-
Notifications
You must be signed in to change notification settings - Fork 127
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
Using the @shopify/admin-api-client with GraphQL, we able to make query requests but not mutation requests, If it's available in the README, an example would be greatly appreciated. #1652
Comments
@lizkenyon |
Hi there this worked for me!
You may want to review what you are setting the API version when you create the client.
If you use an API version that is no longer available you will be defaulted to the oldest valid API version. |
|
Thank you @lizkenyon it's working |
Using the @shopify/admin-api-client with GraphQL, we able to make query requests but not mutation requests, If it's available in the README, an example would be greatly appreciated.
Package: https://www.npmjs.com/package/@shopify/admin-api-client
GitHub: https://github.com/Shopify/shopify-app-js/tree/main/packages/api-clients/admin-api-client#readme
Query works fine, mutation throws an error with
message: "Field 'fulfillmentCreate' doesn't exist on type 'Mutation'"
The text was updated successfully, but these errors were encountered: