Anchor to appUninstallapp
appUninstall
mutation
Requires This mutation can only be used by apps to uninstall themselves.
Uninstalls an app.
Anchor to AppUninstallPayload returnsAppUninstallPayload returns
- •
The uninstalled app.
- Anchor to userErrorsuser•
Errors The list of errors that occurred from executing the mutation.
Was this section helpful?
Mutation Reference
mutation appUninstall {
appUninstall {
app {
# App fields
}
userErrors {
field
message
}
}
}
Input
{}
{}