INPUT_OBJECT
AllCustomReportsInput
Description
Retrieves all custom reports with filtering options.
link GraphQL Schema definition
- input AllCustomReportsInput {
- # Optional filter by creator user ID.
- String :
- # Optional filter by report category.
- ReportCategory :
- # Optional filter by report room.
- ReportRoom :
- # Optional filter by report view type.
- PolarisReportViewType :
- # Optional search term to filter by report name.
- String :
- }