Skip to content

Instantly share code, notes, and snippets.

@stevenhuey
Created March 24, 2017 15:04
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/33c2306f6c7c9a3273db802480fbed0a to your computer and use it in GitHub Desktop.
Save stevenhuey/33c2306f6c7c9a3273db802480fbed0a to your computer and use it in GitHub Desktop.
query AllAirports {
allAirports {
airportId,
identifier,
airportType,
name,
elevation,
isoCountry,
isoRegion,
municipality,
gpsCode,
iataCode,
localCode,
homepageURL,
wikipediaURL,
scheduledService,
latitude,
longitude
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment