INPUT_OBJECT

DeleteLibraryDataset

link GraphQL Schema definition

1input DeleteLibraryDataset {
4
2# Id of the selected library
3libraryId: ID!
7
5# List of tdo ids to remove to the selected library
6tdoIds: [ID]!
8}