This GraphQL query Count Genders
0
1
2
3
4
query countGenders { genders { count } }
{ "data": { "genders": { "count": 8 } } }