INPUT_OBJECT
CategoryFilterInput
ProductFilterInput defines the filters to be used in the search. A filter contains at least one attribute, a comparison operator, and the value that is being searched for.
link GraphQL Schema definition
- input CategoryFilterInput {
- # An ID that uniquely identifies the category
- FilterTypeInput :
- # An ID that uniquely identifies the parent category
- FilterTypeInput :
- # Is active category
- FilterTypeInput :
- # The url key assigned to the category
- FilterTypeInput :
- # The url path assigned to the category
- FilterTypeInput :
- # The position of the category relative to other categories at the same level in
- # tree
- FilterTypeInput :
- # Indicates the depth of the category within the tree
- FilterTypeInput :
- # Timestamp indicating when the category was created
- FilterTypeInput :
- # Timestamp indicating when the category was updated
- FilterTypeInput :
- # The number of products in the category
- FilterTypeInput :
- # Children category data
- CategoryFilterInput :
- # Category children count
- FilterTypeInput :
- # Include category to navigation menu
- FilterTypeInput :
- }