INPUT_OBJECT
CreateCustomReportInput
Description
Input for creating a custom report.
link GraphQL Schema definition
- input CreateCustomReportInput {
- # Name of the report.
- String! :
- ReportFocusEnum! :
- # Chart configs for the report.
- ReportChartCreate!] : [
- # Table configs for the report.
- ReportTableCreate!] : [
- # Filters for the report data.
- CustomReportFiltersConfig! :
- # Specifies whether the report should be hidden from the gallery view.
- Boolean :
- # Specifies whether the report is auto-generated and not editable.
- Boolean :
- }