AppRetryInstall
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
AppRetryInstall.appErrors
● [AppError!]!
deprecated non-null object apps
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
AppRetryInstall.errors
● [AppError!]!
non-null object apps
AppRetryInstall.appInstallation
● AppInstallation
object apps
Returned By
appRetryInstall
mutation