Skip to main content

FlightCountryPermitInput (Input)

input FlightCountryPermitInput {
legPermitNid: LegPermitNid
country: CountryCode!
number: String!
validity: Int!
entryPoint: String!
exitPoint: String!
supplier: String!
notes: String!
permitStatus: ChecklistStatusId!
revalidation: Int!
shortNotice72h: Boolean!
files: [FileInput!]!
permitOrder: IntNonNegative!
}

Fields

FlightCountryPermitInput.legPermitNid ● LegPermitNid scalar

FlightCountryPermitInput.country ● CountryCode! non-null scalar

FlightCountryPermitInput.number ● String! non-null scalar

FlightCountryPermitInput.validity ● Int! non-null scalar

FlightCountryPermitInput.entryPoint ● String! non-null scalar

FlightCountryPermitInput.exitPoint ● String! non-null scalar

FlightCountryPermitInput.supplier ● String! non-null scalar

FlightCountryPermitInput.notes ● String! non-null scalar

FlightCountryPermitInput.permitStatus ● ChecklistStatusId! non-null scalar

FlightCountryPermitInput.revalidation ● Int! non-null scalar

FlightCountryPermitInput.shortNotice72h ● Boolean! non-null scalar

FlightCountryPermitInput.files ● [FileInput!]! non-null input

FlightCountryPermitInput.permitOrder ● IntNonNegative! non-null scalar

Member Of

flightPermits.setLandingPermitList mutation ● flightPermits.setOverflightPermitList mutation