OBJECT
FlightSupportSubscriptionSection
link GraphQL Schema definition
- type FlightSupportSubscriptionSection {
- # Requires OAuth client identifier to belong to authenticated user
- #
- # Arguments
- # operatorId:
- # oAuthClientId:
- (
- : OperatorId!,
- : OAuthClientId!
- ): FlightSupportFlightQuery!
- # Requires OAuth client identifier to belong to authenticated user
- #
- # Arguments
- # operatorId:
- # oAuthClientId:
- (
- : OperatorId!,
- : OAuthClientId!
- ): FlightSupportFlightQuery!
- # Requires OAuth client identifier to belong to authenticated user
- #
- # Arguments
- # operatorId:
- # oAuthClientId:
- (: OperatorId!, : OAuthClientId!): FlightSupportMessage!
- # Requires OAuth client identifier to belong to authenticated user
- #
- # Arguments
- # oAuthClientId:
- (: OAuthClientId!): FlightSupportFlightQuery!
- # Subscription only react on flight passenger list changes. Subscription does not
- # respond to changes in passenger contact details (ex. date of birth change)..
- # Requires OAuth client identifier to belong to authenticated user
- #
- # Arguments
- # oAuthClientId:
- (
- : OAuthClientId!
- ): FlightSupportFlightQuery!
- # Requires OAuth client identifier to belong to authenticated user
- #
- # Arguments
- # oAuthClientId: [Not documented]
- (
- : OAuthClientId!
- ): FlightSupportFlight!
- # Requires OAuth client identifier to belong to authenticated user
- #
- # Arguments
- # oAuthClientId: [Not documented]
- (
- : OAuthClientId!
- ): FlightSupportFlight!
- }