INPUT_OBJECT
CreateExportRequestOutputConfig
link GraphQL Schema definition
1 input CreateExportRequestOutputConfig { 5 2 # ID of an individual engine to export results for. 3 # Either this option _or_ categoryId must be provided. 4 ID : 9 6 # ID of an engine category to export results for. 7 # Either this option _or_ engineId must be provided. 8 ID : 12 10 # Export output format configuration 11 CreateExportRequestFormatConfig!]! : [ 13 }