prisma-docs-generator icon indicating copy to clipboard operation
prisma-docs-generator copied to clipboard

Select property not included

Open jove4015 opened this issue 1 year ago • 0 comments

I just tried this out and love the concept. However, for me the most important attribute of any prisma call - or at least the piece that winds up being most complicated and needing the most documentation - is "select", which is curiously left out of all the API examples. This is where, for example, counting and aggregation, or filtering relationships would occur. The types and property names for those attributes and collections would be super helpful information, I'm always asking myself if it's { select: { _count: { select: { subobject { select etc... etc... with this recursive structure for handling relationships.

Would be a great feature add to see this part of the API included too!

jove4015 avatar Dec 29 '22 16:12 jove4015