Skip to main content

appInstall Mutation

Install new app by using app manifest.

Requires the following permissions: AUTHENTICATED_STAFF_USERMANAGE_APPS
appInstall(
input: AppInstallInput!
): AppInstall
Details
type AppInstall {
appErrors: [AppError!]! @deprecated
errors: [AppError!]!
appInstallation: AppInstallation
}

Arguments

input ● AppInstallInput!

Fields required to install a new app.

Type

AppInstall

Install new app by using app manifest.

Requires the following permissions: AUTHENTICATED_STAFF_USERMANAGE_APPS