OBJECT
Flights, whose related data was changed, during the selected time period
type FlightsDataChanges {# Flights, whose related data was changed.# Requires access to resource GRAPHQL_FLIGHT.# Requires access to given flightchanged: [Flight!]! # Flights related data extraction UTC timestamptimestamp: Int! }