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