Eventjet GraphQL API documentation

ReportMetricConnection

Object

Pairs a ReportMetric with its relationship to a specific report's current column set.

Use Report.metricConnections to retrieve the full list of available metrics along with whether each one is currently visible as a column. Navigate to toggledColumn to add or remove a column without constructing query arguments manually.

Fields

FieldDescriptionType
isColumnEnabledWhether this metric is currently displayed as a visible column in the report.Boolean
metricThe `ReportMetric` whose column visibility this connection tracks — inspect it to get the metric's key, label, and type hints.ReportMetric
reportThe `Report` whose current column set determines `isColumnEnabled` for this connection.Report
toggledColumnThe `Report` that results from toggling this metric's column on or off.Report