Last update:
July 26, 2024
PageConnection object¶
This type represents a connection to a collection of pages. It provides structured information and pagination controls for retrieving and managing pages within the system.
Fields¶
Field | Description |
---|---|
totalCount Int |
The total number of pages in the connection. |
pageInfo PageInfo! |
The information about the current page. |
edges PageEdge |
An array of page edges. |
items PageType |
An array of actual page objects. |