Pagination
This is the documentation of the GraphQL Library version 6. For the long-term support (LTS) version 5, refer to GraphQL Library version 5 LTS. |
The Neo4j GraphQL Library offers two mechanisms for pagination:
-
Offset-based pagination - Pagination based on offsets, often associated with navigation via pages.
-
Cursor-based pagination - Pagination based on cursors, often associated with infinitely-scrolling applications.