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