Skip to main content

FlightsChanges (Object)

Flights created, modified or deleted in selected period

type FlightsChanges {
created: [Flight!]!
changed: [Flight!]!
deleted: [FlightNid!]!
timestamp: Int!
}

Fields

FlightsChanges.created ● [Flight!]! non-null object

Flights created. Requires access to resource GRAPHQL_FLIGHT. Requires access to given flight

FlightsChanges.changed ● [Flight!]! non-null object

Flights changed. Requires access to resource GRAPHQL_FLIGHT. Requires access to given flight

FlightsChanges.deleted ● [FlightNid!]! non-null scalar

Flights deleted

FlightsChanges.timestamp ● Int! non-null scalar

Flights data extraction UTC timestamp

Returned By

flights.getModifiedFlightList query