Skip to content

Commit 619db2d

Browse files
ENGCOM-1833: removed category_ids and tax_class_id from filterable fields list #83
- Merge Pull Request magento/graphql-ce#83 from sergy-gzh/graphql-ce:bugfix/26-imit-list-of-filterable-fields - Merged commits: 1. 38180f2
2 parents 66abad2 + 38180f2 commit 619db2d

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

app/code/Magento/CatalogGraphQl/etc/schema.graphqls

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,6 @@ input ProductFilterInput @doc(description: "ProductFilterInput defines the filte
441441
min_price: FilterTypeInput @doc(description:"The numeric minimal price of the product. Do not include the currency code.")
442442
max_price: FilterTypeInput @doc(description:"The numeric maximal price of the product. Do not include the currency code.")
443443
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")
445444
options_container: FilterTypeInput @doc(description: "If the product has multiple options, determines where they appear on the product page")
446445
required_options: FilterTypeInput @doc(description: "Indicates whether the product has required options")
447446
has_options: FilterTypeInput @doc(description: "Indicates whether additional attributes have been created for the product")

app/code/Magento/TaxGraphQl/etc/schema.graphqls

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Copyright © Magento, Inc. All rights reserved.
22
# See COPYING.txt for license details.
33

4-
input ProductFilterInput {
5-
tax_class_id: FilterTypeInput
6-
}
7-
84
interface ProductInterface {
95
tax_class_id: Int
106
}

0 commit comments

Comments
 (0)