INPUT_OBJECT

AttachmentOperationsInput

Attachment Operations Input

link GraphQL Schema definition

1input AttachmentOperationsInput {
4
2# Attachments to add to the Step.
3add: [AttachmentInput]
7
5# Ids of the attachments to remove from the Step.
6removeIds: [String]
10
8# Filenames of the attachments to remove from the Step.
9removeFilenames: [String]
11}