RoleCreateInput
No description
input RoleCreateInput {
roleDefinitionId: String!
access: RoleAccess!
userId: Int!
}
Fields
RoleCreateInput.roleDefinitionId
● String!
non-null scalar
Primary identifier for role definition
RoleCreateInput.access
● RoleAccess!
non-null enum
The access for this role
RoleCreateInput.userId
● Int!
non-null scalar
The id of the user this role belongs to
Member Of
roleCreate
mutation