INPUT_OBJECT

UpdatePreconditionInput

Update Precondition input

link GraphQL Schema definition

1input UpdatePreconditionInput {
4
2# Precondition type of the Precondition Issue.
3preconditionType: UpdatePreconditionTypeInput
7
5# Definition of the Precondition Issue.
6definition: String
10
8# the repository path to which the Precondition should be moved to
9folderPath: String
11}