:wave: Hey, I wonder when will be possible to "joi...
# orm-help
h
πŸ‘‹ Hey, I wonder when will be possible to "join" data on
groupBy
queries grouped by FK πŸ€” Example
Copy code
await prisma.post.groupBy({
  by: ['userId'],
  sum: {
    likes: true,
  },
})
So we can get/select
user
in this query instead of running another query for users πŸ€”
r
@huv1k πŸ‘‹ We will be considering this, bus as per our roadmap it’s currently not planned πŸ™‚
h
Do you have any issue related to this? So I can follow.