modifyReportView
Modifies an existing user-created ReportView.
Rename the view and/or point it at a different Report.id; input fields that are omitted keep
their current values. Only user-created views can be modified; system-provided views have a null
ReportView.id.
Arguments
| Argument | Description | Type |
|---|---|---|
| input | ModifyReportViewInput! |
Type
This field resolves to ModifyReportViewPayload, which has the following fields:
| Field | Description | Type |
|---|---|---|
view | The updated `ReportView` reflecting the changes that were applied. When the modification fails, the mutation responds with errors instead. | ReportView |