This GraphQL query Count CustomerSupportChats
0
1
2
3
4
query countCustomerSupportChats { customerSupportChats { count } }
{ "data": { "customerSupportChats": { "count": 0 } } }