OBJECT

RoleAssignmentConnection

The connection type for RoleAssignment.

link GraphQL Schema definition

type RoleAssignmentConnection {

A list of edges.
edges: [RoleAssignmentEdge]

A list of nodes.
nodes: [RoleAssignment]

Information to aid in pagination.
pageInfo: PageInfo!

Total count
totalCount: Int!

}