ENUM

JourneyTypeKey

Represents different types of journeys.

link GraphQL Schema definition

1enum JourneyTypeKey {
2
3# Represents a pre-onboarding journey type.
4PREONBOARDING
5
6# Represents an onboarding journey type.
7ONBOARDING
8
9# Represents an offboarding journey type.
10OFFBOARDING
11
12# Represents a custom journey type.
13CUSTOM
14}