Skip to main content

CreateGlobalPermissionInput

Input for the createGlobalPermission mutation

input CreateGlobalPermissionInput {
allUsers: Boolean!
description: String!
entries: [PermissionEntry!]!
name: String!
users: [ID!]!
}

Fields

CreateGlobalPermissionInput.allUsers ● Boolean! non-null scalar

If true, the created BasePermission affects all users

CreateGlobalPermissionInput.description ● String! non-null scalar

The description of the BasePermission

CreateGlobalPermissionInput.entries ● [PermissionEntry!]! non-null enum

The initial entries of the created GlobalPermission

CreateGlobalPermissionInput.name ● String! non-null scalar

The name of the BasePermission, must not be blank

CreateGlobalPermissionInput.users ● [ID!]! non-null scalar

Ids of GropiusUsers this BasePermission affects

Member of

createGlobalPermission mutation