Could someone help me please with this question? I have read that GraphQL doesn’t support Count, like the one in DQL?
How do you guys query the count of a type with GraphQL then? I only need the count of a type, it takes too long to query all the ids of the nodes and do a result.length in the front-end.