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
| Argument | Description | Type |
|---|---|---|
| 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 | [ String! ] |
| typeHints | Only resolves metrics with at least one of the given type hints. See | [ String! ] |
| types | Filters the metrics by type. | [ MetricType! ] |
Type
This field resolves to [ ReportMetricConnection ].