This GraphQL query Count IDS
0
1
2
3
4
query countIDS { iDS { count } }
{ "data": { "iDS": { "count": 98 } } }