INPUT_OBJECT

CreateDatasetSchema

link GraphQL Schema definition

1input CreateDatasetSchema {
4
2# Provide a Name of Dataset
3name: String!
7
5# Provide a description of Dataset
6description: String
10
8# Provide a JSON defination of schema
9schema: JSONData!
13
11# Tags Asssiocated with the Dataset
12tags: [DatasetTags]
14}