This GraphQL query Count IMS
0
1
2
3
4
query countIMS { iMS { count } }
{ "data": { "iMS": { "count": 87 } } }