This GraphQL query Count IES
0
1
2
3
4
query countIES { iES { count } }
{ "data": { "iES": { "count": 138 } } }