Skip to content

Commit b131f2a

Browse files
committed
DOC-474: Another round of schema updates
1 parent fa65823 commit b131f2a

File tree

2 files changed

+100
-100
lines changed

2 files changed

+100
-100
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ interface ProductInterface {
66
price_tiers: [TierPrice] @doc(description: "An array of `TierPrice` objects.") @resolver(class: "Magento\\CatalogCustomerGraphQl\\Model\\Resolver\\PriceTiers")
77
}
88

9-
type ProductTierPrices @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+
type ProductTierPrices @doc(description: "Deprecated. Use `TierPrice` instead. Defines a tier price, which is a quantity discount offered to a specific customer group.") {
1010
customer_group_id: String @deprecated(reason: "Not relevant for the storefront.") @doc(description: "The ID of the customer group.")
1111
qty: Float @deprecated(reason: "Use `TierPrice.quantity` instead.") @doc(description: "The number of items that must be purchased to qualify for tier pricing.")
1212
value: Float @deprecated(reason: "Use `TierPrice.final_price` instead.") @doc(description: "The price of the fixed price item.")

0 commit comments

Comments
 (0)