INPUT_OBJECT

AddLibraryDataset

link GraphQL Schema definition

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