This GraphQL query Count Comments
0
1
2
3
4
query countComments { comments { count } }
{ "data": { "comments": { "count": 1 } } }