Tag: aggregates
-
Is it possible to query multiple aggregates with different where conditions for each (hasura)?
0 Say I have two tables, clubs and posts. Each club can have many posts and my app stores a timestamp for when the user last viewed a post for each club (‘last_viewed’). What I want to do, is query for the number of all new posts (since that club was looked at) and display…