OBJECT
Represents single country with allowed airports
type AircraftInsuranceExcludedCountry {# Requires access to resource GRAPHQL_AIRPORTexcludedAirports: [Airport!]! country: Country! }