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.
- String! :
- # Name suggested for this report template.
- String! :
- # The type of report view this template represents.
- PolarisReportViewType! :
- }