Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

LineageSorting

Sorting options for results

input LineageSorting {
direction: SortingDirectionEnum
nullsPriority: SortingNullsPriority
sortingKey: LineageSortingKey!
}

Fields

LineageSorting.direction ● SortingDirectionEnum enum general

The direction to sort the results: by ASC or DESC

LineageSorting.nullsPriority ● SortingNullsPriority enum general

The position of null values in the results: FIRST or LAST

LineageSorting.sortingKey ● LineageSortingKey! non-null enum general

Available attributes to sort the results by

Example

Member Of