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