FlightSubscriptions (Object)
type FlightSubscriptions {
flightScheduleChange(
operatorId: OperatorId!
): Flight!
flightCreate(
operatorId: OperatorId!
): Flight!
flightCancellation: Flight!
checklist: FlightChecklistSubscriptions!
passengerList: FlightPassengerListSubscriptions!
flightWatch: FlightWatchSubscriptions!
flightCrewChanges(
operatorId: OperatorId!
): Flight!
journeyLog: JourneyLogSubscriptions!
}
Fields
FlightSubscriptions.flightScheduleChange ● Flight! non-null object
Requires access to resource GRAPHQL_FLIGHT. Requires access to given flight
FlightSubscriptions.flightScheduleChange.operatorId ● OperatorId! non-null scalar
FlightSubscriptions.flightCreate ● Flight! non-null object
Requires access to resource GRAPHQL_FLIGHT. Requires access to given flight
FlightSubscriptions.flightCreate.operatorId ● OperatorId! non-null scalar
FlightSubscriptions.flightCancellation ● Flight! non-null object
Requires access to resource GRAPHQL_FLIGHT. Requires access to given flight
FlightSubscriptions.checklist ● FlightChecklistSubscriptions! non-null object
FlightSubscriptions.passengerList ● FlightPassengerListSubscriptions! non-null object
FlightSubscriptions.flightWatch ● FlightWatchSubscriptions! non-null object
FlightSubscriptions.flightCrewChanges ● Flight! non-null object
Requires access to resource GRAPHQL_FLIGHT. Requires access to given flight
FlightSubscriptions.flightCrewChanges.operatorId ● OperatorId! non-null scalar
FlightSubscriptions.journeyLog ● JourneyLogSubscriptions! non-null object
Returned By
flight subscription