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" } ] } } }