Eventjet GraphQL API documentation

metricConnections

Holds information about metrics as they relate to the report.

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.

[ String! ]
typeHints

Only resolves metrics with one of the given type hints.

[ String! ]
types

Filters the metrics by type.

[ MetricType! ]

Type

This field resolves to [ ReportMetricConnection ].