AppRetryInstall Object
Retry failed installation of new app.
Triggers the following webhook events:
- APP_INSTALLED (async): An app was installed.
type AppRetryInstall {
appErrors: [AppError!]! @deprecated
errors: [AppError!]!
appInstallation: AppInstallation
}
Fields
errors ● [AppError!]!
appInstallation ● AppInstallation
Show deprecated
Returned By
appRetryInstall mutation