INPUT_OBJECT

UpdateStepInput

Update Step input

link GraphQL Schema definition

1input UpdateStepInput {
4
2# Action of the Step.
3action: String
7
5# Data of the Step.
6data: String
10
8# Result of the Step.
9result: String
13
11# Attachments of the Step.
12attachments: AttachmentOperationsInput
16
14# Custom Fields of the Step
15customFields: [CustomStepFieldInput]
17}