INPUT_OBJECT
CreateStepInput
Create Step input
link GraphQL Schema definition
1 input CreateStepInput { 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 : [AttachmentInput] 16 14 # Custom Fields of the Step 15 : [CustomStepFieldInput] 19 17 # The issue id of the test called by the step. 18 : String 20 }