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