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