Last update:
December 2, 2024
PageDocumentEdge object¶
This type represents an edge in a paginated list of page documents, containing a node and its cursor.
Fields¶
Field | Description |
---|---|
cursor String! |
A unique identifier for the current position in the pagination. |
node PageDocumentType |
The page document associated with this edge. |