view
The newly created ReportView. When the creation fails, the mutation responds with errors instead.
Arguments
view doesn't take any arguments.
Type
This field resolves to ReportView, which has the following fields:
| Field | Description | Type |
|---|---|---|
id | Opaque identifier for this view. Pass it to `modifyReportView` or `deleteReportView` to manage the view. | ID |
label | Display name for this view. For user-created views this is the name the user chose; for system-provided views it is a translated default label. | String |
report | The `Report` produced by applying this view's saved configuration — columns, filters, sorting, and aggregations are all applied. | Report |