Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

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

Solved

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

pimenoff
Visitor
2 1 2

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.

Accepted Solution (1)

pimenoff
Visitor
2 1 2

This is an accepted solution.

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

View solution in original post

Reply 1 (1)

pimenoff
Visitor
2 1 2

This is an accepted solution.

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