CreateReportViewInput
Input object
Input for creating a new saved report view.
Fields
| Field | Description | Type |
|---|---|---|
label | Display name for the new view; shown in the `ReportView.label` field. | String! |
reportId | The `Report.id` of the report configuration to save as this view. | ID! |
Used By (1)
CreateReportViewInput is referenced by the following fields, arguments, and input fields:
| Type | Field |
|---|---|
Mutation | createReportView(input) |