ENUM

AircraftFilterSortByType

link GraphQL Schema definition

  • enum AircraftFilterSortByType {
  • # ICAO home base
  • ICAO_home_base
  • # MTOW Ascending
  • MTOW_ascending
  • # MTOW Descending
  • MTOW_descending
  • # PAX capacity
  • PAX_capacity
  • # Registration
  • registration
  • # Custom
  • custom
  • }