Eventjet GraphQL API documentation

ReportMetric

Object

A single measurable attribute of the report data — for example, revenue, number of sold tickets, or event name.

Metrics can appear as columns in a report and may support sorting and filtering. Use Report.metricConnections to see all available metrics for a given report and to control which ones are visible as columns.

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! ]