This GraphQL query Count Ratings
0
1
2
3
4
query countRatings { ratings { count } }
{ "data": { "ratings": { "count": 7 } } }