django-ninja
django-ninja copied to clipboard
Cursor pagination
Is your feature request related to a problem? Please describe. The current way to implement pagination is based on limit offset. I prefer the cursor style pagination.
Describe the solution you'd like Standard way to implement cursor style pagination, similar to DRF one: https://www.django-rest-framework.org/api-guide/pagination/#cursorpagination