INPUT_OBJECT
FindingReportConfigurationLayoutInput
Layout of the generated report. If layout is not specified, the generated report will include all the layout sections, relevant to the report type (columns/widgets/etc.)
link GraphQL Schema definition
- input FindingReportConfigurationLayoutInput {
- # If no columns are specified the report will be generated with all currently
- # available columns
- String!] : [
- FindingReportConfigurationWidgetInput!] : [
- }