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
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -375,7 +375,6 @@ type Order {
375
375
376
376
typeCartUserInputError@doc(description:"An error encountered while adding an item to the the cart.") {
377
377
message: String!@doc(description: "A localized error message")
378
-
path: [String]!@doc(description: "Path to the input field that caused an error. See the GraphQL specification about path errors for details: http://spec.graphql.org/draft/#sec-Errors")
Copy file name to clipboardExpand all lines: app/code/Magento/WishlistGraphQl/etc/schema.graphqls
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,6 @@ type UpdateProductsInWishlistOutput @doc(description: "Contains the customer's w
72
72
73
73
typeWishListUserInputError@doc(description:"An error encountered while performing operations with WishList.") {
74
74
message: String!@doc(description: "A localized error message")
75
-
path: [String]!@doc(description: "Path to the input field that caused an error. See the GraphQL specification about path errors for details: http://spec.graphql.org/draft/#sec-Errors")
0 commit comments