Eventjet GraphQL API documentation

ReportSorting

Object

A single sort order applied to a Report, combining a metric key and a direction.

Fields

FieldDescriptionType
directionWhether the report is sorted `ASC` (ascending) or `DESC` (descending) by this metric.SortDirection
keyThe key of the metric this sort applies to. Matches `ReportMetric.key` for the corresponding metric.String!