OBJECT
EngineJobTemplate
link GraphQL Schema definition
1 type EngineJobTemplate { 2 3 # Job template type 4 JobTemplateEnumType : 5 6 # Template data - json job DAG definition, with handlebar style {{VAR}} 7 # parametrization 8 JSONData : 9 10 # List of input types that the template supports 11 String!] : [ 12 13 }