QueryChartsSortOrderByClause
Order by clause for the sort argument on the query charts.
type QueryChartsSortOrderByClause {
column: ChartsSortOption!
order: SortOrder!
}
Fields
column (ChartsSortOption!)
The column that is used for ordering.
order (SortOrder!)
The direction that is used for ordering.