INPUT_OBJECT

CreateExportRequest

link GraphQL Schema definition

1input CreateExportRequest {
5
2# Whether or not to include TDO media assets in the export.
3# Setting this option can greatly increase the size of the export file.
4includeMedia: Boolean
8
6# Whether or not to include all engine assets in the export.
7includeAllEngineAssets: Boolean
11
9# Information on the TDOs to export data from
10tdoData: [CreateExportRequestForTDO!]!
14
12# Information on the export output configuration
13outputConfigurations: [CreateExportRequestOutputConfig!]
15}