OBJECT
The connection type for Role.
type RoleConnection implements TotalCountInterface {allMetadataKeys: [String!]! # A list of edges.edges: [RoleEdge] metadataKeys: [String!]! # A list of nodes.nodes: [Role] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! }