OBJECT
ReportTemplatesByCategory
Description
Report category along with all available report templates that belong to that category.
link GraphQL Schema definition
- type ReportTemplatesByCategory {
- # Category of the report templates.
- : ReportCategory!
- # Description of the category.
- : String!
- # Display name of the category.
- : String!
- # List of report templates that belong to this category.
- : [RscReportTemplate!]!
- }