Eventjet GraphQL API documentation

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

ArgumentDescriptionType
inputModifyReportViewInput!

Type

This field resolves to ModifyReportViewPayload, which has the following fields:

FieldDescriptionType
viewThe updated `ReportView` reflecting the changes that were applied. When the modification fails, the mutation responds with errors instead.ReportView