ENUM

IcaoType

Letter denoting ICAO type of flight

link GraphQL Schema definition

  • enum IcaoType {
  • # Scheduled air service
  • S
  • # Non-scheduled air service
  • N
  • # General aviation
  • G
  • # Military
  • M
  • # Other
  • X
  • }