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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -262,7 +262,7 @@ type ApplyCouponToCartOutput @doc(description: "Contains details about the cart
262
262
typePlaceOrderOutput@doc(description: "Contains the results of the request to place an order.") {
263
263
order: Order@deprecated(reason: "Use `orderV2` instead.") @doc(description: "The ID of the order.")
264
264
orderV2: CustomerOrder@doc(description: "Full order information.")
265
-
errors: [PlaceOrderError!]!@doc(description:"An array of place order errors.")@deprecated(reason: "Errors node automatically added to response when an error occurs.")
265
+
errors: [PlaceOrderError!]!@doc(description:"An array of place order errors.")
266
266
}
267
267
268
268
typePlaceOrderError@doc(description:"An error encountered while placing an order."){
0 commit comments