OBJECT

FlightSubscriptions

link GraphQL Schema definition

  • type FlightSubscriptions {
  • # Requires access to resource GRAPHQL_FLIGHT.
  • # Requires access to given flight
  • #
  • # Arguments
  • # operatorId:
  • flightScheduleChange(operatorId: OperatorId!): Flight!
  • # Requires access to resource GRAPHQL_FLIGHT.
  • # Requires access to given flight
  • #
  • # Arguments
  • # operatorId:
  • flightCreate(operatorId: OperatorId!): Flight!
  • # Requires access to resource GRAPHQL_FLIGHT.
  • # Requires access to given flight
  • flightCancellation: Flight!
  • checklist: FlightChecklistSubscriptions!
  • passengerList: FlightPassengerListSubscriptions!
  • flightWatch: FlightWatchSubscriptions!
  • # Requires access to resource GRAPHQL_FLIGHT.
  • # Requires access to given flight
  • #
  • # Arguments
  • # operatorId:
  • flightCrewChanges(operatorId: OperatorId!): Flight!
  • }