OBJECT

DeleteDatasetPayload

link GraphQL Schema definition

1type DeleteDatasetPayload {
2
3datasetId: ID
4
5message: String
6
7}