appRetryInstall
Retry failed installation of new app.
Triggers the following webhook events:
- APP_INSTALLED (async): An app was installed.
appRetryInstall(
activateAfterInstallation: Boolean = true
id: ID!
): AppRetryInstall
Arguments
appRetryInstall.activateAfterInstallation
● Boolean
scalar
Determine if app will be set active or not.
appRetryInstall.id
● ID!
non-null scalar
ID of failed installation.
Type
AppRetryInstall
object
Retry failed installation of new app.
Triggers the following webhook events:
- APP_INSTALLED (async): An app was installed.