App reviews, troubleshooting, and recommendations
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi there,
I am trying to check if my Post purchase app extension is in use by using the followign Graphql query -
app_in_use_query = client.parse <<-'GRAPHQL'
{
app {
isPostPurchaseAppInUse
}
}
GRAPHQL
However in response I get the error message - Field 'isPostPurchaseAppInUse' doesn't exist on type 'App'.
This query is documented in the Shopify docs here - https://shopify.dev/apps/checkout/post-purchase/ux-guidelines-post-purchase-offers#post-purchase-app...
Does anyone know how to correctly run this query or have I found a bug in the Shopify API?
Appreciate it.
Cheers
Liam
I am getting this message as well and am using 2010 API version. It works in Graphiql when testing in Shopify.