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