appActivate Mutation
Activate the app.
Triggers the following webhook events:
- APP_STATUS_CHANGED (async): An app was activated.
appActivate(
id: ID!
): AppActivate
Details
type AppActivate {
appErrors: [AppError!]! @deprecated
errors: [AppError!]!
app: App
}
Arguments
id ● ID!
ID of app to activate.
Type
AppActivate
Activate the app.
Triggers the following webhook events:
- APP_STATUS_CHANGED (async): An app was activated.