We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab43d57 commit 7d121f8Copy full SHA for 7d121f8
app/code/Magento/QuoteGraphQl/etc/schema.graphqls
@@ -262,7 +262,7 @@ type ApplyCouponToCartOutput @doc(description: "Contains details about the cart
262
type PlaceOrderOutput @doc(description: "Contains the results of the request to place an order.") {
263
order: Order @deprecated(reason: "Use `orderV2` instead.") @doc(description: "The ID of the order.")
264
orderV2: CustomerOrder @doc(description: "Full order information.")
265
- errors: [PlaceOrderError!]! @doc(description:"An array of place order errors.")
+ errors: [PlaceOrderError!] @doc(description:"An array of place order errors.")
266
}
267
268
type PlaceOrderError @doc(description:"An error encountered while placing an order."){
0 commit comments