INPUT_OBJECT
AircraftPriceListFixedRouteInput
link GraphQL Schema definition
- input AircraftPriceListFixedRouteInput {
- # Use if you want to update existing fixed route, leave null if you want to create
- # new.
- : AircraftFixedRouteNid
- # Minimum 2 airports are required.
- : [AirportCodeScalar!]!
- : Int!
- : DateTime
- : DateTime
- }