This GraphQL query Count CustomerSupports
0
1
2
3
4
query countCustomerSupports { customerSupports { count } }
{ "data": { "customerSupports": { "count": 14 } } }