ReportSorting
Object
A single sort order applied to a Report, combining a metric key and a direction.
Fields
| Field | Description | Type |
|---|---|---|
direction | Whether the report is sorted `ASC` (ascending) or `DESC` (descending) by this metric. | SortDirection |
key | The key of the metric this sort applies to. Matches `ReportMetric.key` for the corresponding metric. | String! |