INPUT_OBJECT

CreateDagTemplate

link GraphQL Schema definition

1input CreateDagTemplate {
4
2# Name of the DAG template
3name: String!
7
5# ID of the organization. Only superadmin can set this value.
6targetOrganizationId: ID
9
8description: String
11
10dag: String!
13
12dagTemplateLanguage: String
15
14mimeType: String
17
16cognitiveCategoryId: ID
19
18tags: [String!]
20}

link Required by

This element is not required by anyone