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