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.

OwnerLabelSorting

Sorting options for results

input OwnerLabelSorting {
direction: SortingDirectionEnum
nullsPriority: SortingNullsPriority
sortingKey: OwnerLabelSortingKey!
}

Fields

OwnerLabelSorting.direction ● SortingDirectionEnum enum general

The direction to sort the results: by ASC or DESC

OwnerLabelSorting.nullsPriority ● SortingNullsPriority enum general

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

OwnerLabelSorting.sortingKey ● OwnerLabelSortingKey! non-null enum ownerships

Available attributes to sort the results by

Example

{
"direction": "ASC",
"nullsPriority": "LAST",
"sortingKey": "label"
}

Member Of