SupEvalKitSortInput
Input type for sorting.
input SupEvalKitSortInput {
createdAt: SortEnumType
title: SortEnumType
updatedAt: SortEnumType
}
Fields
SupEvalKitSortInput.createdAt ● SortEnumType enum
Sorting by creation date.
SupEvalKitSortInput.title ● SortEnumType enum
Sorting by title.
SupEvalKitSortInput.updatedAt ● SortEnumType enum
Sorting by last update date.