This GraphQL query Count PointOfInterests
0
1
2
3
4
query countPointOfInterests { pointOfInterests { count } }
{ "data": { "pointOfInterests": { "count": 31625 } } }