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