INPUT_OBJECT
FeasibilityCheckFlight
Single flight details
link GraphQL Schema definition
- input FeasibilityCheckFlight {
- # Aircraft by registration
- AircraftQueryInput! :
- # Flight start time UTC
- DateTime! :
- # Flight end time UTC
- DateTime! :
- # Start airport
- AirportQueryInput! :
- # End airport
- AirportQueryInput! :
- # Indicates if flight is empty leg
- Boolean! :
- # PAX number
- Int! :
- # Rotation time
- Time :
- }