FlightSupportQuery (Object)
type FlightSupportQuery {
getFlightSupportServices(
oauthClientNid: OAuthClientNid!
): [FlightSupportServiceEnum!]!
getFlightSupportConfig(
oauthClientNid: OAuthClientNid!
): FlightSupportConfigQuery
getFlightSupportFlight(
flightNid: FlightNid!
oauthClientNid: OAuthClientNid!
): FlightSupportFlightQuery!
findFlightSupportFlightBetween(
timeInterval: TimeIntervalInput!
): [FlightSupportFlightQuery!]!
getFlight(
flightNid: FlightSupportFlightNid!
): FlightSupportFlightQuery!
getCreatedFlightServiceList(
dateTime: DateTime!
): [FlightSupportFlight!]!
getModifiedFlightServiceList(
dateTime: DateTime!
): [FlightSupportFlight!]!
getModifiedFlightServiceNoteList(
dateTime: DateTime!
): [FlightSupportFlight!]!
getModifiedFlightScheduleList(
dateTime: DateTime!
): [FlightSupportFlight!]!
flightSupportAvailableAirportServiceList: [FlightSupportAvailableAirportService!]!
flightSupportRuledOutServices(
flightNid: FlightNid!
oauthClientNid: OAuthClientNid!
): [FlightSupportServiceEnum!]!
ruledOutSpecificCountryList(
flightNid: FlightNid!
oauthClientNid: OAuthClientNid!
): [CountryCode!]!
flightSupportAvailableAirportServiceListOnFlight(
flightNid: FlightNid!
oauthClientNid: OAuthClientNid!
): [FlightSupportServiceEnum!]!
flightListOnWhichModifiedCrew(
dateTime: DateTime!
): [FlightSupportFlight!]!
flightListOnWhichModifiedPassengerList(
dateTime: DateTime!
): [FlightSupportFlight!]!
flightListOnWhichNewMessages(
dateTime: DateTime!
): [FlightSupportFlightQuery!]!
isActive(
oauthClientNid: OAuthClientNid!
): Boolean!
}
Fields
FlightSupportQuery.getFlightSupportServices ● [FlightSupportServiceEnum!]! non-null enum
List of services supported by given flight support - only for internal LEON usage.
FlightSupportQuery.getFlightSupportServices.oauthClientNid ● OAuthClientNid! non-null scalar
FlightSupportQuery.getFlightSupportConfig ● FlightSupportConfigQuery object
Flight Support configuration - only for internal LEON usage.
FlightSupportQuery.getFlightSupportConfig.oauthClientNid ● OAuthClientNid! non-null scalar
FlightSupportQuery.getFlightSupportFlight ● FlightSupportFlightQuery! non-null object
Flight support flight - only for internal LEON usage.. Requires access to given flight
FlightSupportQuery.getFlightSupportFlight.flightNid ● FlightNid! non-null scalar
FlightSupportQuery.getFlightSupportFlight.oauthClientNid ● OAuthClientNid! non-null scalar
FlightSupportQuery.findFlightSupportFlightBetween ● [FlightSupportFlightQuery!]! non-null object
time interval has to be shorter than 13 months 6 days 5 hours 48 minutes 46 seconds
FlightSupportQuery.findFlightSupportFlightBetween.timeInterval ● TimeIntervalInput! non-null input
FlightSupportQuery.getFlight ● FlightSupportFlightQuery! non-null object
FlightSupportQuery.getFlight.flightNid ● FlightSupportFlightNid! non-null scalar
FlightSupportQuery.getCreatedFlightServiceList ● [FlightSupportFlight!]! non-null object
Flights list, on which requested/created services, after selected date (max one week until now)
FlightSupportQuery.getCreatedFlightServiceList.dateTime ● DateTime! non-null scalar
FlightSupportQuery.getModifiedFlightServiceList ● [FlightSupportFlight!]! non-null object
Flights list, on which modified services (or services notes), after selected date (max one week until now)
FlightSupportQuery.getModifiedFlightServiceList.dateTime ● DateTime! non-null scalar
FlightSupportQuery.getModifiedFlightServiceNoteList ● [FlightSupportFlight!]! non-null object
Flights list, on which modified main flight note, after selected date (max one week until now)
FlightSupportQuery.getModifiedFlightServiceNoteList.dateTime ● DateTime! non-null scalar
FlightSupportQuery.getModifiedFlightScheduleList ● [FlightSupportFlight!]! non-null object
Flights list, on which modified schedule, after selected date (max one week until now)
FlightSupportQuery.getModifiedFlightScheduleList.dateTime ● DateTime! non-null scalar
FlightSupportQuery.flightSupportAvailableAirportServiceList ● [FlightSupportAvailableAirportService!]! non-null object
FlightSupportQuery.flightSupportRuledOutServices ● [FlightSupportServiceEnum!]! non-null enum
List of ruled out services - only for internal LEON usage.. Requires access to given flight
FlightSupportQuery.flightSupportRuledOutServices.flightNid ● FlightNid! non-null scalar
FlightSupportQuery.flightSupportRuledOutServices.oauthClientNid ● OAuthClientNid! non-null scalar
FlightSupportQuery.ruledOutSpecificCountryList ● [CountryCode!]! non-null scalar
List of ruled out specific countries - only for internal LEON usage.. Requires access to given flight
FlightSupportQuery.ruledOutSpecificCountryList.flightNid ● FlightNid! non-null scalar
FlightSupportQuery.ruledOutSpecificCountryList.oauthClientNid ● OAuthClientNid! non-null scalar
FlightSupportQuery.flightSupportAvailableAirportServiceListOnFlight ● [FlightSupportServiceEnum!]! non-null enum
List of services available on flight (taking into account airports).. Requires access to given flight
FlightSupportQuery.flightSupportAvailableAirportServiceListOnFlight.flightNid ● FlightNid! non-null scalar
FlightSupportQuery.flightSupportAvailableAirportServiceListOnFlight.oauthClientNid ● OAuthClientNid! non-null scalar
FlightSupportQuery.flightListOnWhichModifiedCrew ● [FlightSupportFlight!]! non-null object
Flights list, on which modified crew, after selected date (max one week until now)
FlightSupportQuery.flightListOnWhichModifiedCrew.dateTime ● DateTime! non-null scalar
FlightSupportQuery.flightListOnWhichModifiedPassengerList ● [FlightSupportFlight!]! non-null object
Flights list, on which modified passenger list, after selected date (max one week until now). Returns flights list starting at most one day in the past.
FlightSupportQuery.flightListOnWhichModifiedPassengerList.dateTime ● DateTime! non-null scalar
FlightSupportQuery.flightListOnWhichNewMessages ● [FlightSupportFlightQuery!]! non-null object
Flights list, on which leon user posted a message after specified date
FlightSupportQuery.flightListOnWhichNewMessages.dateTime ● DateTime! non-null scalar
FlightSupportQuery.isActive ● Boolean! non-null scalar
FlightSupportQuery.isActive.oauthClientNid ● OAuthClientNid! non-null scalar
Member Of
IntegrationQueries object