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