This GraphQL query fetches All Postal_Codes_Andorras
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
query allPostal_Codes_Andorras { postal_Codes_Andorras (skip: 0, limit: 3) { results { ACL Accuracy Admin_Code Admin_Name CountryCode Latitude Longitude Place_Name Postal_Code createdAt id updatedAt } } }
{ "data": { "postal_Codes_Andorras": { "results": [ { "ACL": null, "Accuracy": 6, "Admin_Code": 4, "Admin_Name": "La Massana", "CountryCode": "AD", "Latitude": 42.5667, "Longitude": 1.4833, "Place_Name": "La Massana", "Postal_Code": "AD400", "createdAt": "2020-02-13T19:14:38.806Z", "id": "2LBkMM18W9", "updatedAt": "2020-02-13T19:14:38.806Z" }, { "ACL": null, "Accuracy": 6, "Admin_Code": 6, "Admin_Name": "Sant Julia� de Loria", "CountryCode": "AD", "Latitude": 42.4667, "Longitude": 1.5, "Place_Name": "Sant Julia� de Loria", "Postal_Code": "AD600", "createdAt": "2020-02-13T19:14:38.806Z", "id": "0u2JARz3T1", "updatedAt": "2020-02-13T19:14:38.806Z" }, { "ACL": null, "Accuracy": 6, "Admin_Code": 7, "Admin_Name": "Andorra la Vella", "CountryCode": "AD", "Latitude": 42.5, "Longitude": 1.5, "Place_Name": "Andorra la Vella", "Postal_Code": "AD500", "createdAt": "2020-02-13T19:14:38.806Z", "id": "bcNlCqDbDC", "updatedAt": "2020-02-13T19:14:38.806Z" } ] } } }