This GraphQL query Count Planets
0
1
2
3
4
query countPlanets { planets { count } }
{ "data": { "planets": { "count": 60 } } }