Simple count() without all nodes, just the value, how?? #7942
Unanswered
hipertracker
asked this question in
General
Replies: 1 comment
-
OK, just found it :) Hasura is great!
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to create a query in Hasura which returns the aggregated value only? I need to add a condition from the nested table but I don't want to return all the nested nodes.
My SQL is:
I can create only something like this:
How to get rid of all nodes objects from the result? The number or nodes in my case is huge and it is killing Hasura server.
Beta Was this translation helpful? Give feedback.
All reactions