INPUT_OBJECT
UpdateJobs
link GraphQL Schema definition
1 input UpdateJobs { 3 2 : [ID!] 6 4 # The status to set the job and tasks to. 5 : UpdateJobsStatus 10 7 # Set this field to modify the status of the job only if the current status is 8 # equal to this value 9 : JobStatus 14 11 # The optional failureReason and failureMessage output 12 # when update job to failed or aborted 13 : UpdateJobOutput 17 15 # This contains a list of URIs engine toolkit will send completed chunks. 16 : [String] 18 }