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 # Whether or not to include all engine assets in the export. 7 : Boolean 11 9 # Information on the TDOs to export data from 10 : [CreateExportRequestForTDO!]! 14 12 # Information on the export output configuration 13 : [CreateExportRequestOutputConfig!] 15 }