INPUT_OBJECT

UnfileTemporalDataObject

link GraphQL Schema definition

1input UnfileTemporalDataObject {
4
2# ID of the TDO to unfile
3tdoId: ID!
7
5# ID of the parent folder. The TDO will be removed from this folder.
6folderId: ID!
8}