This GraphQL query Count SDS
0
1
2
3
4
query countSDS { sDS { count } }
{ "data": { "sDS": { "count": 101 } } }