PageConnection
A connection to a list of items.
type PageConnection {
edges: [PageEdge]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
PageConnection.edges ● [PageEdge] list object
A list of edges.
PageConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
PageConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Returned By
pages query