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