OBJECT

LibraryDataset

link GraphQL Schema definition

1type LibraryDataset {
2
3# Id of the selected library
4libraryId: ID
5
6# List of tdo ids in the selected library
7tdoIds: [ID]
8
9}