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