PageTypeCountableEdge
No description
type PageTypeCountableEdge {
node: PageType!
cursor: String!
}
Fields
PageTypeCountableEdge.node ● PageType! non-null object
The item at the end of the edge.
PageTypeCountableEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
Member of
PageTypeCountableConnection object
Was this page helpful?