A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hello.
While developing a payments app I'm getting error "Field 'paymentsAppConfigure' doesn't exist on type 'Mutation'". I also checked the endpoint https://xxx.myshopify.com/admin/api/2021-01/graphql.json with a GraphQL client such as graphiql (after authorization and with following scopes enabled:
) and the required mutation doesn't appear there in the list.
My app is public and extension of type "Offsite payment provider" is published and approved.
Please see the attached screen for the request and error.
Solved! Go to the solution
This is an accepted solution.
I have tried to consume the GraphQL Mutation using CURL request in laravel and it's working for me. Now the Payment App can be Activate or Deactivate.
Thanks
Hi,
Try using 2021-10 api version.
Hi @jaspersibayan ,
I already tried with 2021-10 API Version. But it's not working and the same error occurs.
I Really appreciate for your suggestion.
Thanks
I think you're using the wrong endpoint. It should be payments_apps instead of admin.
Hi @jaspersibayan ,
Thanks to mention that but i already tried with payments_apps instead of admin.
This is an accepted solution.
I have tried to consume the GraphQL Mutation using CURL request in laravel and it's working for me. Now the Payment App can be Activate or Deactivate.
Thanks