solidus_graphql_api icon indicating copy to clipboard operation
solidus_graphql_api copied to clipboard

Suport offset pagination

Open waiting-for-dev opened this issue 4 years ago • 1 comments

Currently, we're only supporting Relay's cursor-based pagination. This is a great algorithm, which usually outperforms traditional offset-based pagination. However, cursor pagination is usually used in infinite scroll UXs, as it tends to sort by a timestamp and, for instance, it currently doesn't support bidirectional pagination. This is a use case that often doesn't make sense for e-commerce, so it'd be good to support both algorithms.

waiting-for-dev avatar Aug 25 '21 11:08 waiting-for-dev

This issue has been automatically marked as stale because it has not had recent activity. It might be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Oct 30 '21 06:10 stale[bot]