Eventjet GraphQL API documentation

metric

The ReportMetric whose column visibility this connection tracks — inspect it to get the metric's key, label, and type hints.

Arguments

metric doesn't take any arguments.

Type

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

FieldDescriptionType
isSortableWhether this metric supports sorting.Boolean
keyStable, unique identifier for this metric.ID!
labelHuman-readable name of this metric in the requested locale (defaults to German when omitted).String
typeHintsSemantic tags that describe the data type of this metric's values — for example `"datetime"` or `"key_value"`.[ String! ]