This GraphQL query Count Continents
0
1
2
3
4
query countContinents { continents { count } }
{ "data": { "continents": { "count": 1 } } }