AircraftInsuranceExcludedCountry (Object)
Represents single country with allowed airports
type AircraftInsuranceExcludedCountry {
excludedAirports: [Airport!]!
country: Country!
}
Fields
AircraftInsuranceExcludedCountry.excludedAirports ● [Airport!]! non-null object
Requires access to resource GRAPHQL_AIRPORT
AircraftInsuranceExcludedCountry.country ● Country! non-null object
Member Of
AircraftInsurance object