QuotesChanges (Object)
Quotes with modified price or itinerary since given datetime.
type QuotesChanges {
created: [QuoteRealization!]!
changed: [QuoteRealization!]!
deleted: [Int!]!
timestamp: Int!
}
Fields
QuotesChanges.created ● [QuoteRealization!]! non-null object
Requires access to given quote realization
QuotesChanges.changed ● [QuoteRealization!]! non-null object
Requires access to given quote realization
QuotesChanges.deleted ● [Int!]! non-null scalar
QuotesChanges.timestamp ● Int! non-null scalar
Quotes data extraction UTC timestamp