Skip to main content

SupSoftwareProjectSortInput

Input type for sorting.

input SupSoftwareProjectSortInput {
createdAt: SortEnumType
isRecommended: SortEnumType
recommendScore: SortEnumType
title: SortEnumType
updatedAt: SortEnumType
}

Fields

SupSoftwareProjectSortInput.createdAt ● SortEnumType enum

Sorting by creation date.

SupSoftwareProjectSortInput.isRecommended ● SortEnumType enum

Sorting by recommendation status.

SupSoftwareProjectSortInput.recommendScore ● SortEnumType enum

Sorting by recommendation score.

SupSoftwareProjectSortInput.title ● SortEnumType enum

Sorting by title.

SupSoftwareProjectSortInput.updatedAt ● SortEnumType enum

Sorting by last update date.