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

  1. Paul Datasets
  2. Cell Phones Brands and Models
Public

623
658
623
658
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • Database
    Database
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

Count Cell_Phone_Models_By_Brands

This GraphQL query Count Cell_Phone_Models_By_Brands


0
1
2
3
4
query countCell_Phone_Models_By_Brands {
      cell_Phone_Models_By_Brands {
        count
      }
    }
{
  "data": {
    "cell_Phone_Models_By_Brands": {
      "count": 108
    }
  }
}