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