ENUM

JourneyStepRelationEventType

Represents events related to the journey step.

link GraphQL Schema definition

1enum JourneyStepRelationEventType {
2
3# Event when employment starts.
4EMPLOYMENT_START
5
6# Event when employment ends.
7EMPLOYMENT_END
8
9# Event when probation ends.
10PROBATION_END
11}