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