Skip to main content

TripsChanges (Object)

Trips created, modified or deleted in selected period

type TripsChanges {
created: [Trip!]!
changed: [Trip!]!
deleted: [TripNid!]!
timestamp: Int!
}

Fields

TripsChanges.created ● [Trip!]! non-null object

Trips created. Requires access to resource GRAPHQL_FLIGHT

TripsChanges.changed ● [Trip!]! non-null object

Trips changed. Requires access to resource GRAPHQL_FLIGHT

TripsChanges.deleted ● [TripNid!]! non-null scalar

Trips deleted

TripsChanges.timestamp ● Int! non-null scalar

Trips data extraction UTC timestamp

Returned By

flights.getModifiedTripList query