INPUT_OBJECT
CategoryBindingFilterInput
CategoryBindingFilterInput defines the filters to be used in the search for a product. A filter contains at least one attribute, a comparison operator, and the value that is being searched for.
link GraphQL Schema definition
- input CategoryBindingFilterInput {
- # Category id
- FilterTypeInput :
- # Category name
- FilterTypeInput :
- }