INPUT_OBJECT

MoveTemporalDataObject

link GraphQL Schema definition

1input MoveTemporalDataObject {
4
2# ID of the TDO to move
3tdoId: ID!
7
5# ID of the original parent folder. The TDO will be removed from this folder.
6oldFolderId: ID!
10
8# ID of the new parent folder. The TDO will be added to this folder.
9newFolderId: ID!
11}