Eventjet GraphQL API documentation

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

ArgumentDescriptionType
inputCreateReportViewInput!

Type

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

FieldDescriptionType
viewThe newly created `ReportView`. When the creation fails, the mutation responds with errors instead.ReportView