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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -24,16 +24,16 @@ type Price @doc(description: "Price is deprecated, replaced by ProductPrice. The
24
24
adjustments: [PriceAdjustment] @deprecated(reason: "Price is deprecated, use ProductPrice.") @doc(description: "An array that provides information about tax, weee, or weee_tax adjustments.")
25
25
}
26
26
27
-
typePriceAdjustment@doc(description: "The PricedAdjustment object defines the amount of money to apply as an adjustment, the type of adjustment to apply, and whether the item is included or excluded from the adjustment.") {
27
+
typePriceAdjustment@doc(description: "PriceAdjustment is deprecated. Taxes will be included or excluded in the price. The PricedAdjustment object defines the amount of money to apply as an adjustment, the type of adjustment to apply, and whether the item is included or excluded from the adjustment.") {
28
28
amount: Money@doc(description: "The amount of the price adjustment and its currency code.")
29
-
code: PriceAdjustmentCodesEnum@doc(description: "Indicates whether the adjustment involves tax, weee, or weee_tax.")
30
-
description: PriceAdjustmentDescriptionEnum@doc(description: "Indicates whether the entity described by the code attribute is included or excluded from the adjustment.")
29
+
code: PriceAdjustmentCodesEnum@deprecated(reason: "PriceAdjustment is deprecated.") @doc(description: "Indicates whether the adjustment involves tax, weee, or weee_tax.")
30
+
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.")
31
31
}
32
32
33
-
enumPriceAdjustmentCodesEnum@doc(description: "Note: This enumeration contains values defined in modules other than the Catalog module.") {
33
+
enumPriceAdjustmentCodesEnum@doc(description: "PriceAdjustment.code is deprecated. This enumeration contains values defined in modules other than the Catalog module.") {
34
34
}
35
35
36
-
enumPriceAdjustmentDescriptionEnum@doc(description: "This enumeration states whether a price adjustment is included or excluded.") {
36
+
enumPriceAdjustmentDescriptionEnum@doc(description: "PriceAdjustmentDescriptionEnum is deprecated. This enumeration states whether a price adjustment is included or excluded.") {
0 commit comments