TupleJourneyIDAndSegment
A tuple of JourneyID and Segment
type TupleJourneyIDAndSegment {
_1: JourneyID!
_2: Segment!
}
Fields
TupleJourneyIDAndSegment._1
● JourneyID!
non-null scalar
First element of the tuple
TupleJourneyIDAndSegment._2
● Segment!
non-null object
Second element of the tuple
Member Of
AirReservationRequest
object