- Forward pagination with
after
(cursor) &first
(numeric count) - Reverse pagination with
before
(cursor) &last
(numeric count)
pageInfo
object along with a totalCount
field which allows you to make subsequent calls with page controls. Using the getCustomers
API as an example this would look as follows:
- Typescript SDK
- GraphQL
pageInfo
looks as follows: