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/CatalogCustomerGraphQl/etc/schema.graphqls
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ interface ProductInterface {
6
6
price_tiers: [TierPrice] @doc(description: "An array of `TierPrice` objects.") @resolver(class: "Magento\\CatalogCustomerGraphQl\\Model\\Resolver\\PriceTiers")
7
7
}
8
8
9
-
typeProductTierPrices@doc(description: "Deprecated. Use `TierPrice` instead. The ProductTierPrices object defines a tier price, which is a quantity discount offered to a specific customer group.") {
9
+
typeProductTierPrices@doc(description: "Deprecated. Use `TierPrice` instead. Defines a tier price, which is a quantity discount offered to a specific customer group.") {
10
10
customer_group_id: String@deprecated(reason: "Not relevant for the storefront.") @doc(description: "The ID of the customer group.")
11
11
qty: Float@deprecated(reason: "Use `TierPrice.quantity` instead.") @doc(description: "The number of items that must be purchased to qualify for tier pricing.")
12
12
value: Float@deprecated(reason: "Use `TierPrice.final_price` instead.") @doc(description: "The price of the fixed price item.")
0 commit comments