ENUM

AirportCodeType

link GraphQL Schema definition

  • enum AirportCodeType {
  • # Will use airport ICAO codes where applicable
  • ICAO
  • # Will use airport IATA codes where applicable
  • IATA
  • # Will use airport FAA codes where applicable
  • FAA
  • # Will use airport custom codes where applicable
  • CUSTOM
  • }