TripNotes (Object)
type TripNotes {
trip: Trip!
notes: String!
tripSupplementaryInfo: String!
}
Fields
TripNotes.trip ● Trip! non-null object
Requires access to resource GRAPHQL_FLIGHT
TripNotes.notes ● String! non-null scalar
TripNotes.tripSupplementaryInfo ● String! non-null scalar
Member Of
Trip object