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