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