This GraphQL query Count Follows
0
1
2
3
4
query countFollows { follows { count } }
{ "data": { "follows": { "count": 5 } } }