"Field 'paymentsAppConfigure' doesn't exist on type 'Mutation'"

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:

‘write_payment_gateways’, ‘write_payment_sessions’, ‘read_payment_gateways’, ‘read_payment_sessions’

) 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.

Correct endpoint URL is slightly differs: https://xxx.myshopify.com/payments_apps/api/2021-01/graphql.json

2 Likes