OBJECT
type AircraftInsurance {aircraftInsuranceNid: Int! excludedCountryList: [AircraftInsuranceExcludedCountry!]! name: String! number: String! notes: String }