PageCountableConnection Object
No description
type PageCountableConnection {
pageInfo: PageInfo!
edges: [PageCountableEdge!]!
totalCount: Int
}
Fields
pageInfo ● PageInfo!
Pagination data for this connection.
edges ● [PageCountableEdge!]!
totalCount ● Int
A total count of items in the collection.
Returned By
pages query