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

  1. AeroApps Pro
  2. Trisamuraya - App for Sushi Restaurants
Public

12
10
12
10
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • Database
    Database
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

Count Stocks

This GraphQL query Count Stocks


0
1
2
3
4
query countStocks {
      stocks {
        count
      }
    }
{
  "data": {
    "stocks": {
      "count": 214
    }
  }
}