INPUT_OBJECT

AllReportTemplatesByCategoriesInput

Description

Retrieves all report templates by categories.

link GraphQL Schema definition

  • input AllReportTemplatesByCategoriesInput {
  • # The category of the report templates to retrieve.
  • reportCategory: ReportCategory
  • # Optional search term to filter the report templates.
  • searchTerm: String
  • }

link Require by