OBJECT
type CountryOverflightPermit {countryPermitNid: CountryPermitNid! aircraftRegistrationMask: String! country: Country! permitRequired: Boolean! countryPermitAocList: [AOC!]! tripType: ScheduleTripType icaoTypeList: [IcaoType!]! validity: Int! entryPointMandatory: Boolean! entryPoint: String! exitPoint: String! supplier: String! number: String! }