metricConnections
Holds information about metrics as they relate to the report.
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. | [ 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 ].