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
- : [FlightWatch!]!
- # Flight Watch list changed.
- # Requires access to resource GRAPHQL_FLIGHT_WATCH
- : [FlightWatch!]!
- # Deleted Flight Watch `flightWatchNid` list
- : [Int!]!
- # Flight Watch data extraction UTC timestamp
- : Int!
- }