Join Slack
Powered by
How can I do aggregations efficiently with prisma?...
# random
s
signor_busi
07/15/2018, 9:27 AM
How can I do aggregations efficiently with prisma? Eg. let's say I have a model
Copy code
Post
and I want to query the last 20 posts and display the number of comments of each post. In Graph.cool there used to be the
Copy code
__metaCount`
fields but they don't seem to exist anymore in Prisma
Open in Slack
Previous
Next