INPUT_OBJECT

FileTemporalDataObject

link GraphQL Schema definition

1input FileTemporalDataObject {
4
2# ID of the TDO to file
3tdoId: ID!
7
5# ID of the new parent folder
6folderId: ID!
11
8# Order index determining in what order the new TDO will be displayed
9# relative to other TDOs at the same level
10orderIndex: Int
12}