PostConnection
A connection to a list of items.
type PostConnection {
pageInfo: PageInfo!
edges: [Post]!
aggregate: AggregatePost!
}
Fields
PostConnection.pageInfo
● PageInfo!
non-null object
Information to aid in pagination.
PostConnection.edges
● [Post]!
non-null object
A list of edges.