nestjs-prisma-crud
nestjs-prisma-crud copied to clipboard
Fix #498: Allow _count for joins & relations
Hey, thanks for the submission. Something happened with the formatting and it is hard to review, think you could have a look at it?
Before merging this I'll also to add a couple tests and see if other Prisma aggregation functions are in order. If so, I'd possibly move them: instead of under joins
, they could be under aggregate: string[]
or something like that. Thoughts?
Any chance to get this PR moving along? I think aggregates is better than joins.