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