This GraphQL query Count WIS
0
1
2
3
4
query countWIS { wIS { count } }
{ "data": { "wIS": { "count": 423 } } }