FlightSupportSubscriptionSection (Object)
type FlightSupportSubscriptionSection {
flightServicesChanged(
operatorId: OperatorId!
oAuthClientId: OAuthClientId!
): FlightSupportFlightQuery!
flightScheduleChanged(
operatorId: OperatorId!
oAuthClientId: OAuthClientId!
): FlightSupportFlightQuery!
newMessage(
operatorId: OperatorId!
oAuthClientId: OAuthClientId!
): FlightSupportMessage!
flightCrewChanged(
oAuthClientId: OAuthClientId!
): FlightSupportFlightQuery!
flightPassengerListChanged(
oAuthClientId: OAuthClientId!
): FlightSupportFlightQuery!
flightHandlerAdepChanged(
oAuthClientId: OAuthClientId!
): FlightSupportFlight!
flightHandlerAdesChanged(
oAuthClientId: OAuthClientId!
): FlightSupportFlight!
}
Fields
FlightSupportSubscriptionSection.flightServicesChanged ● FlightSupportFlightQuery! non-null object
Requires OAuth client identifier to belong to authenticated user
FlightSupportSubscriptionSection.flightServicesChanged.operatorId ● OperatorId! non-null scalar
FlightSupportSubscriptionSection.flightServicesChanged.oAuthClientId ● OAuthClientId! non-null scalar
FlightSupportSubscriptionSection.flightScheduleChanged ● FlightSupportFlightQuery! non-null object
Requires OAuth client identifier to belong to authenticated user
FlightSupportSubscriptionSection.flightScheduleChanged.operatorId ● OperatorId! non-null scalar
FlightSupportSubscriptionSection.flightScheduleChanged.oAuthClientId ● OAuthClientId! non-null scalar
FlightSupportSubscriptionSection.newMessage ● FlightSupportMessage! non-null object
Requires OAuth client identifier to belong to authenticated user
FlightSupportSubscriptionSection.newMessage.operatorId ● OperatorId! non-null scalar
FlightSupportSubscriptionSection.newMessage.oAuthClientId ● OAuthClientId! non-null scalar
FlightSupportSubscriptionSection.flightCrewChanged ● FlightSupportFlightQuery! non-null object
Requires OAuth client identifier to belong to authenticated user
FlightSupportSubscriptionSection.flightCrewChanged.oAuthClientId ● OAuthClientId! non-null scalar
FlightSupportSubscriptionSection.flightPassengerListChanged ● FlightSupportFlightQuery! non-null object
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
FlightSupportSubscriptionSection.flightPassengerListChanged.oAuthClientId ● OAuthClientId! non-null scalar
FlightSupportSubscriptionSection.flightHandlerAdepChanged ● FlightSupportFlight! non-null object
Requires OAuth client identifier to belong to authenticated user
FlightSupportSubscriptionSection.flightHandlerAdepChanged.oAuthClientId ● OAuthClientId! non-null scalar
FlightSupportSubscriptionSection.flightHandlerAdesChanged ● FlightSupportFlight! non-null object
Requires OAuth client identifier to belong to authenticated user
FlightSupportSubscriptionSection.flightHandlerAdesChanged.oAuthClientId ● OAuthClientId! non-null scalar
Member Of
IntegrationSubscriptions object