GraphQL Admin API
Querying statusPageURL prompts Field ‘statusPageURL’ doesn’t exist on type ‘Order’
GraphQL Admin API
Querying statusPageURL prompts Field ‘statusPageURL’ doesn’t exist on type ‘Order’
It would be helpful if you could share the GraphQL query you’re making - from my understanding all you’ve linked is the link to docs and the error response^
Completely agree with what @kinngh is saying. Adding more information would help us understand the issue better.
Having said that, do check the API Version you are using to fetch the statusPageUrl
because the field was added in 2024-10
. If you are using any version before that, you won’t be able to query that field.