- after: Get items after a specific cursor
- before: Get items before a specific cursor
- first: Get the first x items
- last: Get the last x items
pageInfo
and pageData
to get all the pagination details. Here’s an example that fetches the first item after a given cursor.