OBJECT

FlightWatchChanges

Flight Watch list created, modified or deleted in selected period

link GraphQL Schema definition

  • type FlightWatchChanges {
  • # Flight Watch list created.
  • # Requires access to resource GRAPHQL_FLIGHT_WATCH
  • created: [FlightWatch!]!
  • # Flight Watch list changed.
  • # Requires access to resource GRAPHQL_FLIGHT_WATCH
  • changed: [FlightWatch!]!
  • # Deleted Flight Watch `flightWatchNid` list
  • deleted: [Int!]!
  • # Flight Watch data extraction UTC timestamp
  • timestamp: Int!
  • }