A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I am using the 2021-10 version of the API to query if a post purchase extension is in use.
{
app {
isPostPurchaseAppInUse
}
}
I am getting
Field 'isPostPurchaseAppInUse' doesn't exist on type 'App'
Is there something wrong I am doing on my end? How can I find out if a store has my post purchase extension selected?
Thank you.
Solved! Go to the solution
This is an accepted solution.
Nvm I know what I did wrong.
This is an accepted solution.
Nvm I know what I did wrong.