OBJECT
RoleAssignmentConnection
The connection type for RoleAssignment.
link GraphQL Schema definition
type RoleAssignmentConnection {
A list of edges.
: [RoleAssignmentEdge]
A list of nodes.
: [RoleAssignment]
Information to aid in pagination.
: PageInfo!
Total count
: Int!
}