I can see the message in the admin graphQL API, as
{
app {
uninstallUrl
uninstallMessage
}
}
which produces this:
{
"data": {
"app": {
"uninstallUrl": null,
"uninstallMessage": "You’ll no longer be able to use this app, and its associated discounts will be deleted."
}
}
But how do I do a mutation? to change it. I’d like to say to use the in-app button first!
What a quick reply! … I do have a problem. Dumb perhaps, but still a stopper for me. Once I navigate in the partner dashboard to the app I’m developing, I do not see “App Setup”. I have several options on the left:
I am also searching for this. I’m in the process of changing my REST-API calls to GraphQL calls and uninstalling the app is missing from all documentations.
Could anybody point us in the right direction on how to uninstall an app using GraphQL?
I hope some developer cleverer than I replies to this one. All I could think of was a button-like sign telling the user to press the Shopify uninstall button hidden behind three dots in the upper right corner.