This GraphQL query fetches All Postal_Codes_Germanies
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
query allPostal_Codes_Germanies { postal_Codes_Germanies (skip: 0, limit: 3) { results { ACL Accuracy Admin_Code Admin_Code2 Admin_Code3 Admin_Name Admin_Name2 Admin_Name3 CountryCode Latitude Longitude Place_Name Postal_Code createdAt id updatedAt } } }
{ "data": { "postal_Codes_Germanies": { "results": [ { "ACL": null, "Accuracy": 4, "Admin_Code": "BB", "Admin_Code2": 0, "Admin_Code3": 12066, "Admin_Name": "Brandenburg", "Admin_Name2": null, "Admin_Name3": "Landkreis Oberspreewald-Lausitz", "CountryCode": "DE", "Latitude": 51.4333, "Longitude": 13.7333, "Place_Name": "Tettau", "Postal_Code": 1945, "createdAt": "2020-02-19T19:04:52.954Z", "id": "HK3zLmlfgf", "updatedAt": "2020-02-19T19:04:52.954Z" }, { "ACL": null, "Accuracy": 4, "Admin_Code": "BB", "Admin_Code2": 0, "Admin_Code3": 12066, "Admin_Name": "Brandenburg", "Admin_Name2": null, "Admin_Name3": "Landkreis Oberspreewald-Lausitz", "CountryCode": "DE", "Latitude": 51.4167, "Longitude": 13.9333, "Place_Name": "Guteborn", "Postal_Code": 1945, "createdAt": "2020-02-19T19:04:52.954Z", "id": "UEwdL84O20", "updatedAt": "2020-02-19T19:04:52.954Z" }, { "ACL": null, "Accuracy": null, "Admin_Code": "BB", "Admin_Code2": 0, "Admin_Code3": 12066, "Admin_Name": "Brandenburg", "Admin_Name2": null, "Admin_Name3": "Landkreis Oberspreewald-Lausitz", "CountryCode": "DE", "Latitude": 51.5299, "Longitude": 13.9508, "Place_Name": "Schipkau H�_rlitz", "Postal_Code": 1968, "createdAt": "2020-02-19T19:04:52.954Z", "id": "NYEeGF8PWe", "updatedAt": "2020-02-19T19:04:52.954Z" } ] } } }