chax-at / prisma-filter

MIT License
38 stars 8 forks source link

Add pagination aliases, select query params and defaultIncludes #4

Open PatrickMunsey opened 1 year ago

PatrickMunsey commented 1 year ago

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.

I'll be looking into cursor based pagination next and will continue that discussion and development separately in #3 .

PatrickMunsey commented 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,