INPUT_OBJECT
UpdateStepInput
Update Step input
link GraphQL Schema definition
1 input UpdateStepInput { 4 2 # Action of the Step. 3 : String 7 5 # Data of the Step. 6 : String 10 8 # Result of the Step. 9 : String 13 11 # Attachments of the Step. 12 : AttachmentOperationsInput 16 14 # Custom Fields of the Step 15 : [CustomStepFieldInput] 17 }