INPUT_OBJECT
FlightFilter
Set of rules for fetching a collection of flights
link GraphQL Schema definition
- input FlightFilter {
- : 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
- : Boolean
- : Boolean
- : LocationNid
- : LocationNid
- : IcaoType
- : String
- : String
- : [Int!]
- : [TagDefinitionNid]
- : Int
- }