Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Commit

Permalink
removed category_ids and tax_class_id from filterable fields list
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergii Gozhedrianov committed Jun 2, 2018
1 parent f8b1e47 commit 38180f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion app/code/Magento/CatalogGraphQl/etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ input ProductFilterInput @doc(description: "ProductFilterInput defines the filte
min_price: FilterTypeInput @doc(description:"The numeric minimal price of the product. Do not include the currency code.")
max_price: FilterTypeInput @doc(description:"The numeric maximal price of the product. Do not include the currency code.")
special_price: FilterTypeInput @doc(description:"The numeric special price of the product. Do not include the currency code.")
category_ids: FilterTypeInput @doc(description: "An array of category IDs the product belongs to")
options_container: FilterTypeInput @doc(description: "If the product has multiple options, determines where they appear on the product page")
required_options: FilterTypeInput @doc(description: "Indicates whether the product has required options")
has_options: FilterTypeInput @doc(description: "Indicates whether additional attributes have been created for the product")
Expand Down
4 changes: 0 additions & 4 deletions app/code/Magento/TaxGraphQl/etc/schema.graphqls
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Copyright © Magento, Inc. All rights reserved.
# See COPYING.txt for license details.

input ProductFilterInput {
tax_class_id: FilterTypeInput
}

interface ProductInterface {
tax_class_id: Int
}
Expand Down

0 comments on commit 38180f2

Please sign in to comment.