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:
| Field | Description | Type |
|---|---|---|
isSortable | Whether this metric supports sorting. | Boolean |
key | Stable, unique identifier for this metric. | ID! |
label | Human-readable name of this metric in the requested locale (defaults to German when omitted). | String |
typeHints | Semantic tags that describe the data type of this metric's values — for example `"datetime"` or `"key_value"`. | [ String! ] |