This GraphQL query Count Catcheds
0
1
2
3
4
query countCatcheds { catcheds { count } }
{ "data": { "catcheds": { "count": 10 } } }