OBJECT

JourneyLogSubscriptions

link GraphQL Schema definition

  • type JourneyLogSubscriptions {
  • # Triggered when Journey Log changes on a flight. Does not fire on JL creation..
  • # Requires access to resource GRAPHQL_FLIGHT.
  • # Requires access to given flight
  • flightJourneyLogChanged: [Flight!]!
  • }