File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/WishlistGraphQl/etc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ input EnteredOptionInput @doc(description: "Defines a customer-entered option")
57
57
value : String ! @doc (description : " Text the customer entered" )
58
58
}
59
59
60
- type RemoveProductsFromWishlistOutput @doc (description : " Contains the customer\` s wish list and any errors encountered" ) {
60
+ type RemoveProductsFromWishlistOutput @doc (description : " Contains the customer' s wish list and any errors encountered" ) {
61
61
wishlist : Wishlist ! @doc (description : " Contains the wish list with after items were successfully deleted" )
62
62
userInputErrors :[CheckoutUserInputError ]! @doc (description :"An array of errors encountered while deleting products from a wish list" )
63
63
}
You can’t perform that action at this time.
0 commit comments