Eventjet GraphQL API documentation

ModifyReportViewInput

Input object

Input for updating an existing saved report view. Only the fields you provide are changed; omitted fields keep their current values.

Fields

FieldDescriptionType
labelNew display name for the view.String
reportIdThe `Report.id` of the report configuration to associate with this view, replacing the previously saved one.ID
viewIdThe `ReportView.id` of the saved view to update.ID!