graphql-platform icon indicating copy to clipboard operation
graphql-platform copied to clipboard

Improve Cursor Pagination with EFCore

Open michaelstaib opened this issue 2 years ago • 2 comments

Track: https://github.com/dotnet/efcore/issues/26822, https://github.com/dotnet/efcore/issues/17065

michaelstaib avatar Dec 06 '21 14:12 michaelstaib

Is this considered blocked, or are the linked issues just nice-to-haves?

Keyset pagination can be implemented without row-value comparison. What is Skip/TakeLast needed for?

glen-84 avatar Jun 20 '22 16:06 glen-84

Its not blocked, its on the backlog for 13. If you want to have a go at it you can do. Essentially we need to implement a specific paging provider for EF. @PascalSenn can talk you through it if you want to do a PR.

michaelstaib avatar Jun 21 '22 06:06 michaelstaib