AgentSortInput
Sorting configuration for agent search results.
Defines both the field to sort by and the direction of sorting, enabling organized presentation of agent data.
input AgentSortInput {
field: AgentSortField!
order: SortOrder!
}
Fields
AgentSortInput.field ● AgentSortField! non-null enum
Agent field to use for sorting.
AgentSortInput.order ● SortOrder! non-null enum
Direction of sorting operation (ASC or DESC).
Member Of
AgentSearchInput input