OBJECT
AirportWithCategories
Airport with its categories for different aircraft types
link GraphQL Schema definition
- type AirportWithCategories {
- : AirportCode!
- : String!
- : LocationNid!
- # Requires access to resource GRAPHQL_AIRPORT_CATEGORY_SEE
- : [ApiAirportCategory!]!
- }