Skip to main content

RoleOptionalInput

No description

type RoleOptionalInput {
id: ID
name: String
groupRestricted: Boolean
createdAt: GQLTDate
updatedAt: GQLTDate
users: RoleUsersHasManyInput
permissions: RolePermissionsHasManyInput
itemPermissions: RoleItemPermissionsHasManyInput
}

Fields#

id (ID)#

This a primary key for Role

name (String)#

This is the name of the role that will be displayed.

groupRestricted (Boolean)#

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

users (RoleUsersHasManyInput)#

This is the mutation object for RoleUsersHasMany

permissions (RolePermissionsHasManyInput)#

This is the mutation object for RolePermissionsHasMany

itemPermissions (RoleItemPermissionsHasManyInput)#

This is the mutation object for RoleItemPermissionsHasMany