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
904
0
904
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • Database
    Database
    Get Started Guide
    Get Started
    Issues
    Issues
    Contributors
    Contributors

All PWS

This GraphQL query fetches All PWS


0
1
2
3
4
5
6
7
8
9
10
query allPWS {
      pWS (skip: 0, limit: 3) {
        results {
          ACL
          countryCode
          createdAt
          id
          updatedAt
        }
      }
    }
{
  "data": {
    "pWS": {
      "results": [
        {
          "ACL": null,
          "countryCode": "PW",
          "createdAt": "2020-02-21T13:04:41.544Z",
          "id": "OhyOysQUoo",
          "updatedAt": "2021-09-16T10:58:05.034Z"
        }
      ]
    }
  }
}