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

  1. Back4App
  2. ✉️ Zip and Postal Codes of All Countries
Public

0
910
0
910
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • Database
    Database
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

Count IMS

This GraphQL query Count IMS


0
1
2
3
4
query countIMS {
      iMS {
        count
      }
    }
{
  "data": {
    "iMS": {
      "count": 87
    }
  }
}