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