appDeactivate Mutation
Deactivate the app.
Triggers the following webhook events:
- APP_STATUS_CHANGED (async): An app was deactivated.
appDeactivate(
id: ID!
): AppDeactivate
Details
type AppDeactivate {
appErrors: [AppError!]! @deprecated
errors: [AppError!]!
app: App
}
Arguments
id ● ID!
ID of app to deactivate.
Type
AppDeactivate
Deactivate the app.
Triggers the following webhook events:
- APP_STATUS_CHANGED (async): An app was deactivated.