Skip to content

Commit de62fbe

Browse files
authored
ENGCOM-4614: magento/graphql-ce#547: 547 - ProductFilterInput. Remove duplicate "special_price" field #548
2 parents 47e08e0 + c36e369 commit de62fbe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ input ProductFilterInput @doc(description: "ProductFilterInput defines the filte
460460
description: FilterTypeInput @doc(description: "Detailed information about the product. The value can include simple HTML tags.")
461461
short_description: FilterTypeInput @doc(description: "A short description of the product. Its use depends on the theme.")
462462
price: FilterTypeInput @doc(description: "The price of an item")
463-
special_price: FilterTypeInput @doc(description: "The discounted price of the product")
463+
special_price: FilterTypeInput @doc(description: "The discounted price of the product. Do not include the currency code.")
464464
special_from_date: FilterTypeInput @doc(description: "The beginning date that a product has a special price")
465465
special_to_date: FilterTypeInput @doc(description: "The end date that a product has a special price")
466466
weight: FilterTypeInput @doc(description: "The weight of the item, in units defined by the store")
@@ -477,7 +477,6 @@ input ProductFilterInput @doc(description: "ProductFilterInput defines the filte
477477
custom_layout_update: FilterTypeInput @doc(description: "XML code that is applied as a layout update to the product page")
478478
min_price: FilterTypeInput @doc(description:"The numeric minimal price of the product. Do not include the currency code.")
479479
max_price: FilterTypeInput @doc(description:"The numeric maximal price of the product. Do not include the currency code.")
480-
special_price: FilterTypeInput @doc(description:"The numeric special price of the product. Do not include the currency code.")
481480
category_id: FilterTypeInput @doc(description: "Category ID the product belongs to")
482481
options_container: FilterTypeInput @doc(description: "If the product has multiple options, determines where they appear on the product page")
483482
required_options: FilterTypeInput @doc(description: "Indicates whether the product has required options")

0 commit comments

Comments
 (0)