ENUM

JourneyTaskType

Represents the type of a journey task.

link GraphQL Schema definition

1enum JourneyTaskType {
2
3# A general task.
4TASK
5
6# A file upload task.
7FILE_UPLOAD
8
9# A profile data task.
10PROFILE_DATA
11}