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

RoleAssignmentEdge

The edge type for RoleAssignmentConnection

type RoleAssignmentEdge {
  cursor: String
  node: RoleAssignment
}

Fields

cursor ● String scalar

The cursor of this item for pagination.

node ● RoleAssignment object

The actual role assignment.

Member Of

RoleAssignmentConnection object

Last updated

Was this helpful?