MatchSort
Sort the result of the matches query
input MatchSort {
field: MatchSortField!
order: Order!
}
Fields
MatchSort.field
● MatchSortField!
non-null enum
Field to sort by
MatchSort.order
● Order!
non-null enum
Direction of sorting
Member Of
matches
query