OBJECT

FlightChecklistSubscriptions

link GraphQL Schema definition

  • type FlightChecklistSubscriptions {
  • # Requires access to resource GRAPHQL_FLIGHT.
  • # Requires access to given flight
  • #
  • # Arguments
  • # checklistDefinitionNid: [Not documented]
  • flightChecklistChanged(
  • checklistDefinitionNid: ChecklistDefinitionNid!
  • ): [Flight!]!
  • # Requires access to resource GRAPHQL_FLIGHT.
  • # Requires access to given flight
  • flightOpsChecklistItemChanged: [Flight!]!
  • # Requires access to resource GRAPHQL_FLIGHT.
  • # Requires access to given flight
  • flightSalesChecklistItemChanged: [Flight!]!
  • }