Eventjet GraphQL API documentation

view

The updated ReportView reflecting the changes that were applied. When the modification 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:

FieldDescriptionType
idOpaque identifier for this view. Pass it to `modifyReportView` or `deleteReportView` to manage the view.ID
labelDisplay 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
reportThe `Report` produced by applying this view's saved configuration — columns, filters, sorting, and aggregations are all applied.Report