Skip to content

Instantly share code, notes, and snippets.

@stevenhuey
Created April 4, 2017 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevenhuey/ecea04143508b0c13ea3f51f9c1c968c to your computer and use it in GitHub Desktop.
Save stevenhuey/ecea04143508b0c13ea3f51f9c1c968c to your computer and use it in GitHub Desktop.
All Airports Response
{
"data": {
"allAirports": [
{
"name": "Sealand Helipad",
"latitude": 51.894444,
"iataCode": "",
"identifier": "ZZ-0001",
"isoCountry": "GB",
"__typename": "Airport",
"scheduledService": true,
"isoRegion": "GB-ENG",
"airportType": "heliport",
"longitude": 1.4825,
"airportId": 46378,
"elevation": 40,
"wikipediaURL": "https://en.wikipedia.org/wiki/Principality_of_Sealand",
"gpsCode": "",
"municipality": "Sealand",
"localCode": "",
"homepageURL": "http://www.sealandgov.org/"
},
{
"name": "Glorioso Islands Airstrip",
"latitude": -11.584277777799999,
"iataCode": "",
"identifier": "ZZ-002",
"isoCountry": "TF",
"__typename": "Airport",
"scheduledService": true,
"isoRegion": "TF-U-A",
"airportType": "small_airport",
"longitude": 47.2963888889,
"airportId": 307326,
"elevation": 11,
"wikipediaURL": "",
"gpsCode": "",
"municipality": "Grande Glorieuse",
"localCode": "",
"homepageURL": ""
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment