ModifyReportViewInput
Input object
Input for updating an existing saved report view. Only the fields you provide are changed; omitted fields keep their current values.
Fields
| Field | Description | Type |
|---|---|---|
label | New display name for the view. | String |
reportId | The `Report.id` of the report configuration to associate with this view, replacing the previously saved one. | ID |
viewId | The `ReportView.id` of the saved view to update. | ID! |
Used By (1)
ModifyReportViewInput is referenced by the following fields, arguments, and input fields:
| Type | Field |
|---|---|
Mutation | modifyReportView(input) |