INPUT_OBJECT
CrewPanelFlightFilter
Set of rules for fetching a collection of flights
link GraphQL Schema definition
- input CrewPanelFlightFilter {
- : TimeIntervalInput!
- # Only flights with flight type from this list will be included in the result
- : [FlightType!]
- # Only flights with status from this list will be included in the result
- : [FlightStatus!]
- : [AircraftNid!]
- : AircraftTypeScalar
- : ClientNid
- : Int
- : [CrewMemberNid!]
- }