ENUM
JourneyTaskType
Represents the type of a journey task.
link GraphQL Schema definition
1 enum JourneyTaskType { 2 3 # A general task. 4 5 6 # A file upload task. 7 8 9 # A profile data task. 10 11 }
ENUM
Represents the type of a journey task.
1 enum JourneyTaskType { 2 3 # A general task. 4 5 6 # A file upload task. 7 8 9 # A profile data task. 10 11 }