File tree 2 files changed +0
-5
lines changed
2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -441,7 +441,6 @@ input ProductFilterInput @doc(description: "ProductFilterInput defines the filte
441
441
min_price : FilterTypeInput @doc (description :"The numeric minimal price of the product. Do not include the currency code." )
442
442
max_price : FilterTypeInput @doc (description :"The numeric maximal price of the product. Do not include the currency code." )
443
443
special_price : FilterTypeInput @doc (description :"The numeric special price of the product. Do not include the currency code." )
444
- category_ids : FilterTypeInput @doc (description : " An array of category IDs the product belongs to" )
445
444
options_container : FilterTypeInput @doc (description : " If the product has multiple options, determines where they appear on the product page" )
446
445
required_options : FilterTypeInput @doc (description : " Indicates whether the product has required options" )
447
446
has_options : FilterTypeInput @doc (description : " Indicates whether additional attributes have been created for the product" )
Original file line number Diff line number Diff line change 1
1
# Copyright © Magento, Inc. All rights reserved.
2
2
# See COPYING.txt for license details.
3
3
4
- input ProductFilterInput {
5
- tax_class_id : FilterTypeInput
6
- }
7
-
8
4
interface ProductInterface {
9
5
tax_class_id : Int
10
6
}
You can’t perform that action at this time.
0 commit comments