OBJECT

AircraftInsuranceExcludedCountry

Represents single country with allowed airports

link GraphQL Schema definition

  • type AircraftInsuranceExcludedCountry {
  • # Requires access to resource GRAPHQL_AIRPORT
  • excludedAirports: [Airport!]!
  • country: Country!
  • }