OBJECT
FlightSupportQuery
link GraphQL Schema definition
- type FlightSupportQuery {
- # List of services supported by given flight support - only for internal LEON
- # usage.
- #
- # Arguments
- # oauthClientNid: [Not documented]
- (
- OAuthClientNid! :
- ): [FlightSupportServiceEnum!]!
- # Flight Support configuration - only for internal LEON usage.
- #
- # Arguments
- # oauthClientNid: [Not documented]
- OAuthClientNid!): FlightSupportConfigQuery ( :
- # Flight support flight - only for internal LEON usage..
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- # oauthClientNid: [Not documented]
- (
- FlightNid!, :
- OAuthClientNid! :
- ): FlightSupportFlightQuery!
- # time interval has to be shorter than 3 months
- #
- # Arguments
- # timeInterval: [Not documented]
- (
- TimeIntervalInput! :
- ): [FlightSupportFlightQuery!]!
- # Arguments
- # flightNid: [Not documented]
- FlightSupportFlightNid!): FlightSupportFlightQuery! ( :
- # Flights list, on which requested/created services, after selected date (max one
- # week until now)
- #
- # Arguments
- # dateTime: [Not documented]
- DateTime!): [FlightSupportFlight!]! ( :
- # Flights list, on which modified services (or services notes), after selected
- # date (max one week until now)
- #
- # Arguments
- # dateTime: [Not documented]
- DateTime!): [FlightSupportFlight!]! ( :
- # Flights list, on which modified main flight note, after selected date (max one
- # week until now)
- #
- # Arguments
- # dateTime: [Not documented]
- (
- DateTime! :
- ): [FlightSupportFlight!]!
- # Flights list, on which modified schedule, after selected date (max one week
- # until now)
- #
- # Arguments
- # dateTime: [Not documented]
- (
- DateTime! :
- ): [FlightSupportFlight!]!
- FlightSupportAvailableAirportService!]! : [
- # List of ruled out services - only for internal LEON usage..
- # Requires access to given flight
- #
- # Arguments
- # flightNid:
- # oauthClientNid:
- (
- FlightNid!, :
- OAuthClientNid! :
- ): [FlightSupportServiceEnum!]!
- # List of services available on flight (taking into account airports)..
- # Requires access to given flight
- #
- # Arguments
- # flightNid:
- # oauthClientNid:
- (
- FlightNid!, :
- OAuthClientNid! :
- ): [FlightSupportServiceEnum!]!
- # Flights list, on which modified crew, after selected date (max one week until
- # now)
- #
- # Arguments
- # dateTime:
- (
- DateTime! :
- ): [FlightSupportFlight!]!
- # Flights list, on which modified passenger list, after selected date (max one
- # week until now)
- #
- # Arguments
- # dateTime:
- (
- DateTime! :
- ): [FlightSupportFlight!]!
- # Flights list, on which leon user posted a message after specified date
- #
- # Arguments
- # dateTime:
- DateTime!): [FlightSupportFlightQuery!]! ( :
- # Arguments
- # oauthClientNid:
- OAuthClientNid!): Boolean! ( :
- }