OBJECT

FlightSupportSubscriptionSection

link GraphQL Schema definition

  • type FlightSupportSubscriptionSection {
  • # Requires OAuth client identifier to belong to authenticated user
  • #
  • # Arguments
  • # operatorId:
  • # oAuthClientId:
  • flightServicesChanged(
  • operatorId: OperatorId!,
  • oAuthClientId: OAuthClientId!
  • ): FlightSupportFlightQuery!
  • # Requires OAuth client identifier to belong to authenticated user
  • #
  • # Arguments
  • # operatorId:
  • # oAuthClientId:
  • flightScheduleChanged(
  • operatorId: OperatorId!,
  • oAuthClientId: OAuthClientId!
  • ): FlightSupportFlightQuery!
  • # Requires OAuth client identifier to belong to authenticated user
  • #
  • # Arguments
  • # operatorId:
  • # oAuthClientId:
  • newMessage(operatorId: OperatorId!, oAuthClientId: OAuthClientId!): FlightSupportMessage!
  • # Requires OAuth client identifier to belong to authenticated user
  • #
  • # Arguments
  • # oAuthClientId:
  • flightCrewChanged(oAuthClientId: OAuthClientId!): FlightSupportFlightQuery!
  • # Requires OAuth client identifier to belong to authenticated user
  • #
  • # Arguments
  • # oAuthClientId:
  • flightPassengerListChanged(
  • oAuthClientId: OAuthClientId!
  • ): FlightSupportFlightQuery!
  • # Requires OAuth client identifier to belong to authenticated user
  • #
  • # Arguments
  • # oAuthClientId: [Not documented]
  • flightHandlerAdepChanged(
  • oAuthClientId: OAuthClientId!
  • ): FlightSupportFlight!
  • # Requires OAuth client identifier to belong to authenticated user
  • #
  • # Arguments
  • # oAuthClientId: [Not documented]
  • flightHandlerAdesChanged(
  • oAuthClientId: OAuthClientId!
  • ): FlightSupportFlight!
  • }