Skip to main content

UsergroupSortInput

Sorting configuration for usergroup search results.

Defines how usergroup search results should be ordered, including the field to sort by and the sort direction.

input UsergroupSortInput {
field: UsergroupSortableField!
order: SortOrder!
}

Fields

UsergroupSortInput.field ● UsergroupSortableField! non-null enum

Field to sort usergroup results by.

Specifies which usergroup property should be used as the primary sort key for ordering search results.

UsergroupSortInput.order ● SortOrder! non-null enum

Sort direction for the results.

Determines whether results are sorted in ascending (ASC) or descending (DESC) order based on the selected field.

Member Of

UsergroupSearchArguments input