OBJECT
AirportCategoryExport
Airport category export data with aircraft type categories
link GraphQL Schema definition
- type AirportCategoryExport {
- : Int!
- : AirportCode!
- : AirportCategoryEnum!
- : String
- : [AircraftTypeCategory!]!
- }
OBJECT
Airport category export data with aircraft type categories
- type AirportCategoryExport {
- : Int!
- : AirportCode!
- : AirportCategoryEnum!
- : String
- : [AircraftTypeCategory!]!
- }