Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
QuerySorting
Sorting options for results
input QuerySorting {
direction: SortingDirectionEnum
nullsPriority: SortingNullsPriority
sortingKey: QuerySortingKey!
}
Fields
QuerySorting.direction ● SortingDirectionEnum enum general
The direction to sort the results: by ASC or DESC
QuerySorting.nullsPriority ● SortingNullsPriority enum general
The position of null values in the results: FIRST or LAST
QuerySorting.sortingKey ● QuerySortingKey! non-null enum general
Available attributes to sort the results by
Example
Member Of
getTableQueriesquery