INPUT_OBJECT
FlightIdentificationInput
Flight identification by flight data
link GraphQL Schema definition
- input FlightIdentificationInput {
- # Flight date.
- DateTimeOption! :
- # `STD` Scheduled Time of Departure is an optional field. Please input the `STD`
- # if two or more flights are planned with the same flight number, same ADEP/ADES
- # and on the same date.
- DateTimeOption :
- # Flight departure.
- AirportCodeOptionScalar! :
- # Flight destination.
- AirportCodeOptionScalar! :
- # Flight number.
- FlightNumberOption! :
- # Flight aircraft.
- AircraftRegistrationOptionScalar! :
- }