The Database Hub | Back4App
The Database Hub | Back4App
How it works
  • Log In
  • Sign Up

  1. Back4App
  2. 🗽 NYC Neighborhoods
Public

15
21
15
21
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • Database
    Database
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

Count Neighborhoods

This GraphQL query Count Neighborhoods


0
1
2
3
4
query countNeighborhoods {
      neighborhoods {
        count
      }
    }
{
  "data": {
    "neighborhoods": {
      "count": 203
    }
  }
}