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