Skip to main content

SupSolutionTemplateSortInput

Input type for solution template sorting.

input SupSolutionTemplateSortInput {
createdAt: SortEnumType
stableName: SortEnumType
title: SortEnumType
updatedAt: SortEnumType
}

Fields

SupSolutionTemplateSortInput.createdAt ● SortEnumType enum

Sort by creation date.

SupSolutionTemplateSortInput.stableName ● SortEnumType enum

Sort by the stable name identifier.

SupSolutionTemplateSortInput.title ● SortEnumType enum

Sort by the solution template title.

SupSolutionTemplateSortInput.updatedAt ● SortEnumType enum

Sort by last update date.