OBJECT
TripHistoryQuery
Node for trip history queries
link GraphQL Schema definition
- type TripHistoryQuery {
- # Get trip notes history.
- # Requires access to resource GRAPHQL_FLIGHT
- #
- # Arguments
- # tripNid: [Not documented]
- (: TripNid!): [HistoryChange!]!
- # Get trip supplementary info. history.
- # Requires access to resource GRAPHQL_FLIGHT
- #
- # Arguments
- # tripNid: [Not documented]
- (
- : TripNid!
- ): [HistoryChange!]!
- }