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