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