OBJECT

RscReportTemplate

Description

A pre-defined report configuration template.

link GraphQL Schema definition

  • type RscReportTemplate {
  • # A detailed description explaining the purpose and contents of this report.
  • description: String!
  • # Name suggested for this report template.
  • name: String!
  • # The type of report view this template represents.
  • reportViewType: PolarisReportViewType!
  • }