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 96940 Palau 7.2257 134.3622 1", "createdAt": "2020-02-21T13:04:41.544Z", "id": "OhyOysQUoo", "updatedAt": "2020-02-21T13:04:41.544Z" } ] } } }