This GraphQL query Count OKS
0
1
2
3
4
query countOKS { oKS { count } }
{ "data": { "oKS": { "count": 245 } } }