INPUT_OBJECT
CustomReportCreate
link GraphQL Schema definition
- input CustomReportCreate {
- # 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 :
- }