INPUT_OBJECT
WorkItem_OrderBy
Order By options for WorkItem
link GraphQL Schema definition
- input WorkItem_OrderBy {
- # The order field.
- WorkItem_OrderBy_Fields! :
- # The sort direction.
- SortDirection! :
- # Orders
by given value (if supported). E.g. Order by distance from - # location
- WorkItem_OrderBy_Values :
- }