DatasetCreateArgs
No description
input DatasetCreateArgs {
name: String!
copyFromDatasetId: ID
dataSourceGroupId: ID!
type: DatasetType
}
Fields
DatasetCreateArgs.name ● String! non-null scalar common
The name of the dataset being created.
DatasetCreateArgs.copyFromDatasetId ● ID scalar common
Optionally copy from an existing dataset.
DatasetCreateArgs.dataSourceGroupId ● ID! non-null scalar common
The ID of the parent group.
DatasetCreateArgs.type ● DatasetType enum common alpha
This is alpha functionality and therefore not stable / liable to change.
Member Of
datasetCreate mutation