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/QuoteGraphQl/etc/schema.graphqls
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -458,6 +458,8 @@ type CartItemPrices @doc(description: "Contains details about the price of the i
458
458
total_item_discount: Money@doc(description: "The total of all discounts applied to the item.")
459
459
original_item_price: Money!@doc(description: "The value of the original unit price for the item, including discounts.")
460
460
original_row_total: Money!@doc(description: "The value of the original price multiplied by the quantity of the item.")
461
+
catalog_discount: ProductDiscount@doc(description: "The price discount for the unit price of the item represents the difference between its regular price and final price.") @resolver(class: "Magento\\QuoteGraphQl\\Model\\Resolver\\CatalogDiscount")
462
+
row_catalog_discount: ProductDiscount@doc(description: "The price discount multiplied by the item quantity represents the total difference between the regular price and the final price for the entire quote item.") @resolver(class: "Magento\\QuoteGraphQl\\Model\\Resolver\\RowCatalogDiscount")
461
463
}
462
464
463
465
typeSelectedCustomizableOption@doc(description: "Identifies a customized product that has been placed in a cart.") {
0 commit comments