typetta
typetta copied to clipboard
Add support for cursor-based pagination
Cursor based pagination is not supported by knex and that's a problem for us.
We can evaluate a more applicative approach, based on:
- sorting by an @id or another unique field
- filtering by field > cursor id This is the approach used by other libraries.
After some analysis we thought that this functionality is already provided by standard filtering and limiting.