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