INPUT_OBJECT
CreateExportRequest
link GraphQL Schema definition
1 input 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. 4 Boolean : 8 6 # Information on the TDOs to export data from 7 CreateExportRequestForTDO!]! : [ 11 9 # Information on the export output configuration 10 CreateExportRequestOutputConfig!] : [ 12 }