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.
  • category: ReportCategory!
  • # Description of the category.
  • description: String!
  • # Display name of the category.
  • displayName: String!
  • # List of report templates that belong to this category.
  • templates: [RscReportTemplate!]!
  • }

link Require by