sortedDescending
The report with this column sorted descending. Null if the report cannot be sorted by this column.
Arguments
sortedDescending doesn't take any arguments.
Type
This field resolves to Report, which has the following fields:
| Field | Description | Type |
|---|---|---|
aggregationOptions | [ ReportAggregationOption ] | |
columns | [ String ] | |
columnsV2 | [ ReportColumn ] | |
id | ID! | |
filter | ReportFilter | |
filters | [ ReportFilter ] | |
lines | [ ReportLine ] | |
metricConnections | Holds information about metrics as they relate to the report. | [ ReportMetricConnection ] |
metrics | [ ReportMetric ] | |
numberOfLines | Int | |
sorting | [ ReportSorting ] | |
summaries | [ String ] | |
type | ReportType | |
withoutAggregations | Report |