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