This GraphQL query Count TermsConditions
0
1
2
3
4
query countTermsConditions { termsConditions { count } }
{ "data": { "termsConditions": { "count": 1 } } }