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