RoleAssignmentEdge
type RoleAssignmentEdge {
cursor: String
node: RoleAssignment
}Fields
cursor ● String scalar
node ● RoleAssignment object
Member Of
Last updated
Was this helpful?
The edge type for RoleAssignmentConnection
type RoleAssignmentEdge {
cursor: String
node: RoleAssignment
}String scalarThe cursor of this item for pagination.
RoleAssignment objectThe actual role assignment.
RoleAssignmentConnection object
Last updated
Was this helpful?
Was this helpful?