SortCriteria
Criteria for sorting a field.
input SortCriteria {
field: SortField!
type: SortType!
}
Fields
SortCriteria.field ● SortField! non-null enum
The name of the field to be sorted.
SortCriteria.type ● SortType! non-null enum
The type of sort to be applied.
Member Of
SortBy input