OBJECT
A connection to a list of items.
type RoleConnection {# Information to aid in pagination.pageInfo: PageInfo! # A list of edges.edges: [RoleEdge] # A list of Role nodes.nodes: [Role!]! # The total count of items in the connection.totalCount: Int! }