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

  1. CubyCode
  2. Storyteller | Video Sharing App Template for Android/iOS
Public

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

Count Installations

This GraphQL query Count Installations


0
1
2
3
4
query countInstallations {
      installations {
        count
      }
    }
{
  "data": {
    "installations": {
      "count": 567
    }
  }
}