This GraphQL query Count Pricings
0
1
2
3
4
query countPricings { pricings { count } }
{ "data": { "pricings": { "count": 38 } } }