Is there a public roadmap or priority list somewhe...
# prisma-whats-new
r
Is there a public roadmap or priority list somewhere to see what the up and coming features/fixes are?
n
we are working on a public roadmap 🙂 there is none at the moment
r
alright, thanks
n
https://github.com/graphcool/prisma/issues/2142 please upvote & subscribe here 🙂
r
@nilan I saw you responded to my other question regarding the ETA on relation aggregates. Is there any possibility you could be more specific? It's something that was there in the previous versions of graphcool, so it was a bit of an unwelcome surprise that Prisma does not support it yet. Is there any way right now that would allow me to get the count of likes or comments for every post in a list?
h
r
as far as I can tell, that only provides aggregation for the node itself, not its relations
n
@rein is correct. @huv1k here is more context for you: https://github.com/graphcool/prisma/issues/1780
@rein, you can consider implementing a simple aggregation in your resolver 🙂