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.
Solved! Go to the solution
This is an accepted solution.
Correct endpoint URL is slightly differs: https://xxx.myshopify.com/payments_apps/api/2021-01/graphql.json
This is an accepted solution.
Correct endpoint URL is slightly differs: https://xxx.myshopify.com/payments_apps/api/2021-01/graphql.json