Skip to main content

PageTypeCountableConnection

No description

type PageTypeCountableConnection {
pageInfo: PageInfo!
edges: [PageTypeCountableEdge!]!
totalCount: Int
}

Fields

PageTypeCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection.

PageTypeCountableConnection.edges ● [PageTypeCountableEdge!]! non-null object

PageTypeCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned by

pageTypes query


Was this page helpful?