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