INPUT_OBJECT

SetJourneyTaskInput

link GraphQL Schema definition

1input SetJourneyTaskInput {
3
2id: ID
5
4type: JourneyTaskType
7
6name: String
9
8instructions: String
11
10assignmentRoles: [JourneyTaskAssignmentRole]
13
12assignmentTeamIds: [ID]
15
14assignmentUserIds: [ID]
17
16fileIds: [ID]
19
18collectionId: ID
21
20userPropertiesToFill: ProfileSectionPropertiesInput
22}