Skip to main content

appRetryInstall Mutation

Retry failed installation of new app.

Requires the MANAGE_APPSpermission.

Triggers the following webhook events:

  • APP_INSTALLED (async): An app was installed.
appRetryInstall(
activateAfterInstallation: Boolean = true
id: ID!
): AppRetryInstall
Details
type AppRetryInstall {
appErrors: [AppError!]! @deprecated
errors: [AppError!]!
appInstallation: AppInstallation
}

Arguments

activateAfterInstallation ● Boolean

Determine if app will be set active or not.

id ● ID!

ID of failed installation.

Type

AppRetryInstall

Retry failed installation of new app.

Requires the MANAGE_APPSpermission.

Triggers the following webhook events:

  • APP_INSTALLED (async): An app was installed.