INPUT_OBJECT
CreateTaskTemplate
link GraphQL Schema definition
1 input CreateTaskTemplate { 3 2 : ID 5 4 : ID 7 6 : ID 9 8 : ID 11 10 : JSONData 13 12 : String 15 14 : ID 18 16 # Execution preferences for the current task 17 : CreateExecutionPreferences 21 19 # IO folders for the task. 20 : [CreateIoFolder] 24 22 # This contains a list of URIs engine toolkit will send completed chunks. 23 : [String] 25 }