This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
How to change the GraphQL endpoint #1011
apetrovici
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using this package to build a Shopify Payments App. Currently, all GraphQL queries are executed by sending POST HTTP requests to the endpoint:
https://{shop_id}.myshopify.com/admin/api/2021-10/graphql.json
but the Payments Apps API is available at:
POST https://{shop_domain}/payments_apps/api/2021-10/graphql.json
Checking the GraphQL client, I can see that there is no option to change the endpoint path. What would be the best approach to accomplish this?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions