OBJECT

DeleteLibraryDatasetPayload

link GraphQL Schema definition

1type DeleteLibraryDatasetPayload {
2
3# Id of the selected library
4libraryId: ID
5
6# List of tdos removed from dataset library
7tdoIds: [ID]
8
9# Delete status
10message: String
11
12}