deptyped / prisma-extension-pagination

Prisma Client extension for pagination
https://npmjs.com/prisma-extension-pagination
MIT License
243 stars 18 forks source link

Allow cursors that do not match the query filter #35

Open btravers opened 5 months ago

btravers commented 5 months ago

When the cursor does not match the query filter (because it was modified in the meantime), the pagination skips the first element of the next page.