INPUT_OBJECT
CreateCustomReportInput
Description
Input for creating a custom report.
link GraphQL Schema definition
- input CreateCustomReportInput {
- # 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!]
- }