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