For the complete documentation index, see llms.txt. This page is also available as Markdown.

updateRoleAssigneesOnAccessControl

Update the assigned roles on a specific access control.

updateRoleAssigneesOnAccessControl(
  accessControl: ID!
  roleInput: RoleAssigneeInput!
): RoleResult!

Arguments

accessControl ● ID! non-null scalar

roleInput ● RoleAssigneeInput! non-null input

Type

RoleResult union

Last updated

Was this helpful?