OBJECT

FlightsDataChanges

Flights, whose related data was changed, during the selected time period

link GraphQL Schema definition

  • type FlightsDataChanges {
  • # Flights, whose related data was changed.
  • # Requires access to resource GRAPHQL_FLIGHT.
  • # Requires access to given flight
  • changed: [Flight!]!
  • # Flights related data extraction UTC timestamp
  • timestamp: Int!
  • }