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

  1. OMG Lancer
  2. Pharmacy & Doctor Appointment App (Android) | Doctor & Patient Both Apps By OMG Lancer
Public

36
24
36
24
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • Database
    Database
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

Count Helps

This GraphQL query Count Helps


0
1
2
3
4
query countHelps {
      helps {
        count
      }
    }
{
  "data": {
    "helps": {
      "count": 1
    }
  }
}