Eventjet GraphQL API documentation

metricConnections

All available metrics paired with their current column state.

Each ReportMetricConnection tells you whether a metric is currently a column in the report and provides a toggledColumn field to return a new Report with that metric added or removed. Use the arguments to narrow the list by metric type or type hint.

Arguments

ArgumentDescriptionType
canBeSummarized

If true, only metrics that can be summarized will be resolved, if false, only metrics that can't be summarized will be resolved.

Boolean
notTypeHints

Only resolves metrics that do not have any of the given type hints. See ReportCell.typeHints for the catalogue of known hint values.

[ String! ]
typeHints

Only resolves metrics with at least one of the given type hints. See ReportCell.typeHints for the catalogue of known hint values.

[ String! ]
types

Filters the metrics by type.

[ MetricType! ]

Type

This field resolves to [ ReportMetricConnection ].