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 returned, if false, only metrics that can't be summarized will be returned. | Boolean |
| notTypeHints | Only returns metrics that do not have any of the given type hints. | [ String! ] |
| typeHints | Only returns metrics with one of the given type hints. | [ String! ] |
| types | Filters the metrics by type. | [ MetricType! ] |
Type
This field resolves to [ ReportMetricConnection ].