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