Skip to main content

TemplateErrorLogSortInput

Sorting configuration for template error log search results.

Defines both the field to sort by and the direction of sorting, enabling systematic analysis of template processing errors and debugging workflows.

input TemplateErrorLogSortInput {
field: TemplateErrorLogSortField!
order: SortOrder!
}

Fields

TemplateErrorLogSortInput.field ● TemplateErrorLogSortField! non-null enum

Error log field to use for sorting.

Determines which error log property will be used as the primary sorting criteria for organizing debugging and analysis results.

TemplateErrorLogSortInput.order ● SortOrder! non-null enum

Direction of sorting operation.

Specifies whether error logs should be ordered in ascending (ASC) or descending (DESC) order based on the selected field.

Member Of

TemplateErrorLogSearchInput input