ENUM
JourneyTypeKey
Represents different types of journeys.
link GraphQL Schema definition
1 enum JourneyTypeKey { 2 3 # Represents a pre-onboarding journey type. 4 5 6 # Represents an onboarding journey type. 7 8 9 # Represents an offboarding journey type. 10 11 12 # Represents a custom journey type. 13 14 }