CountryLandingPermitInput (Input)
input CountryLandingPermitInput {
countryLandingPermitNid: CountryLandingPermitNid
aircraftRegistrationMask: String!
permitRequired: Boolean!
countryPermitAocList: [AocNid!]!
tripType: ScheduleTripType
icaoTypeList: [IcaoType!]!
validity: Int!
entryPointMandatory: Boolean!
entryPoint: String!
exitPoint: String!
supplier: String!
number: String!
}
Fields
CountryLandingPermitInput.countryLandingPermitNid ● CountryLandingPermitNid scalar
CountryLandingPermitInput.aircraftRegistrationMask ● String! non-null scalar
CountryLandingPermitInput.permitRequired ● Boolean! non-null scalar
CountryLandingPermitInput.countryPermitAocList ● [AocNid!]! non-null scalar
CountryLandingPermitInput.tripType ● ScheduleTripType enum
CountryLandingPermitInput.icaoTypeList ● [IcaoType!]! non-null enum
CountryLandingPermitInput.validity ● Int! non-null scalar
CountryLandingPermitInput.entryPointMandatory ● Boolean! non-null scalar
CountryLandingPermitInput.entryPoint ● String! non-null scalar
CountryLandingPermitInput.exitPoint ● String! non-null scalar
CountryLandingPermitInput.supplier ● String! non-null scalar
CountryLandingPermitInput.number ● String! non-null scalar
Member Of
countryDirectory.countryPermit.setCountryLandingPermitList mutation