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.

FieldLineageSorting

Sorting options for results

input FieldLineageSorting {
direction: SortingDirectionEnum
nullsPriority: SortingNullsPriority
sortingKey: FieldLineageSortingKey!
}

Fields

FieldLineageSorting.direction ● SortingDirectionEnum enum general

The direction to sort the results: by ASC or DESC

FieldLineageSorting.nullsPriority ● SortingNullsPriority enum general

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

FieldLineageSorting.sortingKey ● FieldLineageSortingKey! non-null enum general

Available attributes to sort the results by

Example

Member Of