This GraphQL query Count Hostings
0
1
2
3
4
query countHostings { hostings { count } }
{ "data": { "hostings": { "count": 15 } } }