INPUT_OBJECT
AttachmentOperationsInput
Attachment Operations Input
link GraphQL Schema definition
1 input AttachmentOperationsInput { 4 2 # Attachments to add to the Step. 3 : [AttachmentInput] 7 5 # Ids of the attachments to remove from the Step. 6 : [String] 10 8 # Filenames of the attachments to remove from the Step. 9 : [String] 11 }