Query: flightEstimatedTime
Calculate estimated flight times based on departure/arrival airports and aircraft. Requires either stdLt (scheduled departure time local) or staLt (scheduled arrival time local) to be provided.
flightEstimatedTime(
stdLt: DateTime
staLt: DateTime
adep: AirportCodeScalar!
ades: AirportCodeScalar!
aircraft: AircraftNid!
): EstimatedTime!
Arguments
flightEstimatedTime.stdLt ● DateTime scalar
Scheduled departure time in local timezone (optional if staLt is provided)
flightEstimatedTime.staLt ● DateTime scalar
Scheduled arrival time in local timezone (optional if stdLt is provided)