Skip to main content

RoleSortInput

No description

input RoleSortInput {
field: RoleSortableFields!
order: SortOrder!
}

Fields

RoleSortInput.field ● RoleSortableFields! non-null enum

Field to sort roles by.

Specifies which role property to use for sorting the results. Available fields include user ID, creation date, and last modification date.

RoleSortInput.order ● SortOrder! non-null enum

Sort order direction.

Specifies whether to sort in ascending (ASC) or descending (DESC) order. Defaults to ascending if not specified.

Member Of

RoleSearchInput input