Skip to content
Last update: March 19, 2024

PageConnection object

The PageConnection 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.