This GraphQL query Count IndustryGroups
0
1
2
3
4
query countIndustryGroups { industryGroups { count } }
{ "data": { "industryGroups": { "count": 311 } } }