GraphQL INPUT_OBJECT
ProductSearchOrderByInput
Input for order by at product search.
link Definition
- input ProductSearchOrderByInput {
- # The field to order the entries by.
- : ProductSearchOrderByField
- # The ordering direction.
- : SearchOrderOperator
- }