INPUT_OBJECT

DatasetInput

link GraphQL Schema definition

1input DatasetInput {
4
2# Specify the name of the Dataset
3name: String!
7
5# Specify the description of the Dataset
6description: String!
10
8# Schema ID Asssiocated with the Dataset
9schemaId: ID!
13
11# Tags Asssiocated with the Dataset
12tags: [DatasetTags]
14}