Open PatrickMunsey opened 1 year ago
Hi,
I've made another commit to this pull request with the changes I made a couple of weeks ago. I've included the cursor-based functionality discussed in #5. I've been testing it out since and seems to be running smoothly and as expected.
If you have any questions or want to have a more detailed discussion while reviewing, feel free to reach out.
Thanks,
Hi, I've implemented the features discussed in #3 . I'm opening this pull request as a further point of discussion so hopefully it can be merged and shared with everyone else.
sort
andorderBy
query params are just concatincated in filter.parser and the orderBy Prisma query generated as before.I'll be looking into cursor based pagination next and will continue that discussion and development separately in #3 .