Skip to main content

appActivate Mutation

Activate the app.

Requires the MANAGE_APPSpermission.

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.

Requires the MANAGE_APPSpermission.

Triggers the following webhook events:

  • APP_STATUS_CHANGED (async): An app was activated.