This GraphQL query fetches All ISO_3166_Country_Codes
0
1
2
3
4
5
6
7
8
9
10
11
12
13
query allISO_3166_Country_Codes { iSO_3166_Country_Codes (skip: 0, limit: 3) { results { ACL Alpha_2_code Alpha_3_code English_short_name Numeric createdAt id updatedAt } } }
{ "data": { "iSO_3166_Country_Codes": { "results": [ { "ACL": null, "Alpha_2_code": "BS", "Alpha_3_code": "BHS", "English_short_name": "Bahamas (the)", "Numeric": 44, "createdAt": "2020-02-10T22:17:42.817Z", "id": "e34WgNgpeg", "updatedAt": "2020-02-10T22:17:42.817Z" }, { "ACL": null, "Alpha_2_code": "BG", "Alpha_3_code": "BGR", "English_short_name": "Bulgaria", "Numeric": 100, "createdAt": "2020-02-10T22:17:42.817Z", "id": "si9rboLA2z", "updatedAt": "2020-02-10T22:17:42.817Z" }, { "ACL": null, "Alpha_2_code": "CI", "Alpha_3_code": "CIV", "English_short_name": "C�te d'Ivoire", "Numeric": 384, "createdAt": "2020-02-10T22:17:42.817Z", "id": "YnteiLhNqc", "updatedAt": "2020-02-10T22:17:42.817Z" } ] } } }