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 miscellaneous
Determine if app will be set active or not.
appRetryInstall.id
● ID!
non-null scalar miscellaneous
ID of failed installation.
Type
AppRetryInstall
object apps
Retry failed installation of new app.
Triggers the following webhook events:
- APP_INSTALLED (async): An app was installed.