deptyped / prisma-extension-pagination

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

feat: allow cursors that do not match the query filter #36

Open btravers opened 4 months ago

btravers commented 4 months ago

A suggestion to fix #35.

I need to add some test cases to illustrate cases where the cursor does not match the query filter.