OBJECT
FlightWatchQuery
Node for Flight Watch data
link GraphQL Schema definition
- type FlightWatchQuery {
- # Requires access to resource GRAPHQL_FLIGHT_WATCH.
- # Requires access to given flight
- #
- # Arguments
- # flightNidList: [Not documented]
- FlightNid!]!): [FlightWatch!]! ( : [
- # Flights Watch list created, modified or deleted after selected date (max one
- # week until now)
- #
- # Arguments
- # dateTime: [Not documented]
- DateTime!): FlightWatchChanges! ( :
- # Requires access to given flight
- #
- # Arguments
- # flightNid: [Not documented]
- FlightNid!): [FlightWatchHistoryEntry!]! ( :
- # Requires access to resource GRAPHQL_SALES_QUOTE_REQUEST_SEE
- #
- # Arguments
- # quoteRealizationLegNid: [Not documented]
- (
- QuoteRealizationLegNid! :
- ): [FlightWatchHistoryEntry!]!
- RegCauseType!]! @deprecated( reason: "Please use getAvailableRegulationCauseList field instead" ) : [
- RegulationCause!]! : [
- }