createReportView
Saves a report configuration as a new view for the current user.
Take the Report.id from any Query.report response — it encodes the report's columns, filters,
sorting, and aggregations — and save it under a display label. The new view then appears in
Query.reportViews. See the "Saved views" section on Report for a full guide.
Arguments
| Argument | Description | Type |
|---|---|---|
| input | CreateReportViewInput! |
Type
This field resolves to CreateReportViewPayload, which has the following fields:
| Field | Description | Type |
|---|---|---|
view | The newly created `ReportView`. When the creation fails, the mutation responds with errors instead. | ReportView |