Hacker News new | ask | show | jobs
by Ataraxy 1510 days ago
I adore Hasura and have used it pretty extensively for over a year.

That being said, the biggest thing I desire from it is the ability to do group by aggregations.

Any time I have to do this I have to go through the tedious process of writing a function which is really annoying.

I wish to avoid having to break into raw SQL as much as possible when using a tool such as Hasura.

1 comments

Aggregate queries are indeed a weak point of GraphQL.