OBJECT

TripNotes

link GraphQL Schema definition

  • type TripNotes {
  • # Requires access to resource GRAPHQL_FLIGHT
  • trip: Trip!
  • notes: String!
  • tripSupplementaryInfo: String!
  • }