You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add a combinator that returns given amount of items starting from given ID. It can sort items by ID or be potentially generalised to other sorting orders.
I've seen this on may sites. This might be a common use case.
The text was updated successfully, but these errors were encountered:
Sorting is already handled independently, and we can probably assume that the user will use the same sorting when switching pages with cursor pagination. So here I propose adding some CursorPaginationParams combinator that is similar to the existing PaginationParams, maybe extract the common part to avoid duplication.
Please add a combinator that returns given amount of items starting from given ID. It can sort items by ID or be potentially generalised to other sorting orders.
I've seen this on may sites. This might be a common use case.
The text was updated successfully, but these errors were encountered: