Skip to main content

RoleUpdateInput

No description

input RoleUpdateInput {
access: RoleAccess!
}

Fields

RoleUpdateInput.access ● RoleAccess! non-null enum

The new access level for this role.

Updates the permissions granted to the user for the role's domain. Higher access levels include permissions from lower levels. Changes take effect immediately across all systems using this role for access control.

Member Of

roleUpdate mutation