OBJECT
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 flightflightJourneyLogChanged: [Flight!]! }