You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/CatalogGraphQl/etc/schema.graphqls
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ type PriceAdjustment @doc(description: "PriceAdjustment is deprecated. Taxes wil
27
27
description: PriceAdjustmentDescriptionEnum@deprecated(reason: "PriceAdjustment is deprecated.") @doc(description: "Indicates whether the entity described by the code attribute is included or excluded from the adjustment.")
28
28
}
29
29
30
-
enumPriceAdjustmentCodesEnum@doc(description: "PriceAdjustmentCodesEnum is deprecated. This enumeration contains values defined in modules other than the Catalog module.") {
30
+
enumPriceAdjustmentCodesEnum@doc(description: "PriceAdjustment.code is deprecated. This enumeration contains values defined in modules other than the Catalog module.") {
31
31
}
32
32
33
33
enumPriceAdjustmentDescriptionEnum@doc(description: "PriceAdjustmentDescriptionEnum is deprecated. This enumeration states whether a price adjustment is included or excluded.") {
enumPriceAdjustmentCodesEnum@doc(description: "PriceAdjustmentCodesEnum is deprecated, use ProductPrice.") {
5
-
WEEE@deprecated(reason: "WEEE is deprecated, use fixed_product_taxes.label")
6
-
WEEE_TAX@deprecated(reason: "WEEE_TAX is deprecated, use fixed_product_taxes. Tax is included or excluded in the amount")
4
+
enumPriceAdjustmentCodesEnum {
5
+
WEEE@deprecated(reason: "WEEE code is deprecated, use fixed_product_taxes.label")
6
+
WEEE_TAX@deprecated(reason: "Use fixed_product_taxes. PriceAdjustmentCodesEnum is deprecated. Tax is included or excluded in price. Tax is not shown separtely in Catalog")
7
7
}
8
8
9
9
typeProductPrice {
10
-
fixed_product_taxes: [FixedProductTax] @doc(description: "The multiple FPTs that can be applied to a product price.") @resolver(class: "Magento\\WeeeGraphQl\\Model\\Resolver\\FixedProductTax")
10
+
fixed_product_taxes: [FixedProductTax] @doc(description: "The multiple FPTs that can be applied to a product price.") @resolver(class: "Magento\\WeeeGraphQl\\Model\\Resolver\\FixedProductTax")
11
11
}
12
12
13
13
typeFixedProductTax@doc(description: "A single FPT that can be applied to a product price.") {
0 commit comments