Eventjet GraphQL API documentation

ReportAggregationOption

Object

Represents one available grouping dimension for a report.

When an aggregation option is enabled, rows that share the same value for that dimension are merged into a single aggregated row. Use Report.aggregationOptions to retrieve all available options, and navigate to report on each one to toggle it. To remove all active groupings at once, use Report.withoutAggregations.

Fields

FieldDescriptionType
isEnabledWhether this grouping dimension is active.Boolean
labelHuman-readable name of this grouping dimension in the requested locale.String
reportThe `Report` that results from toggling this grouping dimension on or off.Report