AppInput
No description
input AppInput {
name: String
permissions: [PermissionEnum!]
}
Fields
AppInput.name ● String scalar
Name of the app.
AppInput.permissions ● [PermissionEnum!] list enum
List of permission code names to assign to this app.
Member of
Was this page helpful?