Skip to content

Commit

Permalink
ENGCOM-1833: removed category_ids and tax_class_id from filterable fi…
Browse files Browse the repository at this point in the history
…elds 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
  • Loading branch information
magento-engcom-team committed Jun 4, 2018
2 parents 66abad2 + 38180f2 commit 619db2d
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 619db2d

Please sign in to comment.