LegPermitInput (Input)
Data for create or update leg permit
input LegPermitInput {
number: String!
validity: Int!
entryPoint: String!
exitPoint: String!
supplier: String!
notes: String!
permitStatus: ChecklistStatusId!
revalidation: Int!
shortNotice72h: Boolean!
}
Fields
LegPermitInput.number ● String! non-null scalar
LegPermitInput.validity ● Int! non-null scalar
LegPermitInput.entryPoint ● String! non-null scalar
LegPermitInput.exitPoint ● String! non-null scalar
LegPermitInput.supplier ● String! non-null scalar
LegPermitInput.notes ● String! non-null scalar
LegPermitInput.permitStatus ● ChecklistStatusId! non-null scalar
Permit status as 3-character status ID. Available default values: "UNT" (Untouched), "CNF" (Confirmed), "RQS" (Requested), "NAP" (Not Applicable), "QSM" (Question Mark), "REJ" (Rejected). Note: Operators can customize their own statuses.
LegPermitInput.revalidation ● Int! non-null scalar
LegPermitInput.shortNotice72h ● Boolean! non-null scalar
Member Of
flightPermits.createFlightPermit mutation ● flightPermits.updateFlightPermit mutation ● integration.flightSupport.flightPermits.createLandingPermit mutation ● integration.flightSupport.flightPermits.createOverflightPermit mutation ● integration.flightSupport.flightPermits.updateLandingPermit mutation ● integration.flightSupport.flightPermits.updateOverflightPermit mutation