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")
5757 value : String ! @doc (description : " Text the customer entered" )
5858}
5959
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" ) {
6161 wishlist : Wishlist ! @doc (description : " Contains the wish list with after items were successfully deleted" )
6262 userInputErrors :[CheckoutUserInputError ]! @doc (description :"An array of errors encountered while deleting products from a wish list" )
6363}
You can’t perform that action at this time.
0 commit comments