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