Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 577 Bytes

File metadata and controls

13 lines (8 loc) · 577 Bytes

Sorting

Determines rows order in transformed query. If there aren't any sortings, the original query sorting is kept.

Properties

Name Type Description Notes
field str Column of original query by which transfored query will be sorted. [optional]
order str Sort order (ascending or descending). [optional]

[Back to Model list] [Back to API list] [Back to README]