INPUT_OBJECT

CreateExportRequestOutputConfig

link GraphQL Schema definition

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