OBJECT
CustomReportInfo
Description
Simplified report information for custom reports.
link GraphQL Schema definition
- type CustomReportInfo {
- # Unique identifier of the report.
- Long! :
- # Name of the report.
- String! :
- # Category of the report.
- ReportCategory! :
- # Filters applied to the report.
- FilterOutput!]! : [
- # Type of report view.
- PolarisReportViewType! :
- # Room the report belongs to.
- ReportRoom! :
- }