INPUT_OBJECT
StockFilterInput
StockFilterInput 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 StockFilterInput {
- # Is product in stock
- FilterTypeInput :
- # Product quantity
- FilterTypeInput :
- }