CountryLandingPermit (Object)
type CountryLandingPermit {
countryLandingPermitNid: CountryLandingPermitNid!
aircraftRegistrationMask: String!
country: Country!
permitRequired: Boolean!
countryPermitAocList: [AOC!]!
tripType: ScheduleTripType
icaoTypeList: [IcaoType!]!
validity: Int!
entryPointMandatory: Boolean!
entryPoint: String!
exitPoint: String!
supplier: String!
number: String!
}
Fields
CountryLandingPermit.countryLandingPermitNid ● CountryLandingPermitNid! non-null scalar
CountryLandingPermit.aircraftRegistrationMask ● String! non-null scalar
CountryLandingPermit.country ● Country! non-null object
CountryLandingPermit.permitRequired ● Boolean! non-null scalar
CountryLandingPermit.countryPermitAocList ● [AOC!]! non-null object
CountryLandingPermit.tripType ● ScheduleTripType enum
CountryLandingPermit.icaoTypeList ● [IcaoType!]! non-null enum
CountryLandingPermit.validity ● Int! non-null scalar
CountryLandingPermit.entryPointMandatory ● Boolean! non-null scalar
CountryLandingPermit.entryPoint ● String! non-null scalar
CountryLandingPermit.exitPoint ● String! non-null scalar
CountryLandingPermit.supplier ● String! non-null scalar
CountryLandingPermit.number ● String! non-null scalar
Returned By
countryDirectory.countryPermit.getCountryLandingPermitList query