Skip to main content

AdminUserSortInput

Sorting configuration for administrative user search results. Defines both the field to sort by and the sort direction for organizing user listings.

input AdminUserSortInput {
field: AdminUserSortField!
order: SortOrder!
}

Fields

AdminUserSortInput.field ● AdminUserSortField! non-null enum

Field to sort administrative users by. Supports sorting by various user attributes including personal information, timestamps, and system identifiers. Must be one of the available AdminUserSortField enum values.

AdminUserSortInput.order ● SortOrder! non-null enum

Sort direction for the specified field. Ascending order sorts from lowest to highest values, while descending order sorts from highest to lowest values. Must be either ASC or DESC.

Member Of

AdminUsersSearchInput input