Skip to main content

appRetryInstall

Retry failed installation of new app.

Requires MANAGE_APPSpermission.
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.

Requires MANAGE_APPSpermission.

Was this page helpful?