Type Alias SortByField

SortByField: { by: Field; field: string; order: SortOrder }

Uses the value of a specific sortable field to sort the query results. May be in ascending or descending order.

Type declaration