Skip to content

Commit 4c5403d

Browse files
author
Prabhu Ram
committed
- removing path from UserInputErrors since its not in scope and current implementation is irrelevant.
1 parent 8b925df commit 4c5403d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ type Order {
375375

376376
type CartUserInputError @doc(description:"An error encountered while adding an item to the the cart.") {
377377
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")
379378
code: CartUserInputErrorType! @doc(description: "Checkout-specific error code")
380379
}
381380

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ type UpdateProductsInWishlistOutput @doc(description: "Contains the customer's w
7272

7373
type WishListUserInputError @doc(description:"An error encountered while performing operations with WishList.") {
7474
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")
7675
code: WishListUserInputErrorType! @doc(description: "Wishlist-specific error code")
7776
}
7877

0 commit comments

Comments
 (0)