AppInstallInput Input Type
No description
input AppInstallInput {
appName: String
manifestUrl: String
activateAfterInstallation: Boolean
permissions: [PermissionEnum!]
}
Fields
appName ● String
Name of the app to install.
manifestUrl ● String
URL to app's manifest in JSON format.
activateAfterInstallation ● Boolean
Determine if app will be set active or not.
permissions ● [PermissionEnum!]
List of permission code names to assign to this app.
Member Of
appInstall mutation