OBJECT
RoleMembersConnection
An edge wraps a node and a cursor. Edges are returned by Connection types as a standard way to paginate through connection values.
link GraphQL Schema definition
- type RoleMembersConnection {
- # The set of edges in this page.
- RoleMembersEdge] : [
- # Metadata on the current page of data.
- PageInfo! :
- # Aggregation operators for the User type.
- UserAggregations :
- }