RoleConnection
A connection to a list of items.
type RoleConnection {
edges: [RoleEdge]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
RoleConnection.edges ● [RoleEdge] list object
A list of edges.
RoleConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
RoleConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Returned By
roles query