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

  1. OMG Lancer
  2. Booking app | Powerful Hotel Booking app Solution By OMG Lancer
Public

23
34
23
34
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • Database
    Database
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

Count Follows

This GraphQL query Count Follows


0
1
2
3
4
query countFollows {
      follows {
        count
      }
    }
{
  "data": {
    "follows": {
      "count": 5
    }
  }
}