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]
  • getTripNotesHistory(tripNid: TripNid!): [HistoryChange!]!
  • # Get trip supplementary info. history.
  • # Requires access to resource GRAPHQL_FLIGHT
  • #
  • # Arguments
  • # tripNid: [Not documented]
  • getTripSupplementaryInfoHistory(
  • tripNid: TripNid!
  • ): [HistoryChange!]!
  • }