INPUT_OBJECT
SingleEngineJobInput
link GraphQL Schema definition
1 input SingleEngineJobInput { 4 2 # Engine ID to be used for the task. 3 ID! : 7 5 # Target tdo ID. Either targetId or uploadUri must be defined, but not both 6 ID : 11 8 # The upload url for the engine. Either targetId or uploadUri must be defined, but 9 # not both 10 String : 14 12 # Cluster ID when creating job 13 ID : 16 15 Int : 19 17 # Engine field values for the default engine template 18 EngineFieldValue] : [ 20 }