TemplateSortInput
Sorting configuration for template search results.
Defines both the field to sort by and the direction of sorting, enabling organized presentation of template data based on user preferences and business requirements.
input TemplateSortInput {
field: TemplateSortField!
order: SortOrder!
}
Fields
TemplateSortInput.field
● TemplateSortField!
non-null enum
Template field to use for sorting.
Determines which template property will be used as the primary sorting criteria for organizing search results.
TemplateSortInput.order
● SortOrder!
non-null enum
Direction of sorting operation.
Specifies whether results should be ordered in ascending (ASC) or descending (DESC) order based on the selected field.
Member Of
TemplateSearchInput
input