File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/WishlistGraphQl/etc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ input WishlistItemInput @doc(description: "Defines the items to add to a wish li
4747 entered_options : [EnteredOptionInput ! ] @doc (description : " An array of options that the customer entered" )
4848}
4949
50- type AddProductsToWishlistOutput @doc (description : " Contains the customer\` s wish list and any errors encountered" ) {
50+ type AddProductsToWishlistOutput @doc (description : " Contains the customer' s wish list and any errors encountered" ) {
5151 wishlist : Wishlist ! @doc (description : " Contains the wish list with all items that were successfully added" )
5252 userInputErrors :[CheckoutUserInputError ]! @doc (description : " An array of errors encountered while adding products to a wish list" )
5353}
@@ -70,7 +70,7 @@ input WishlistItemUpdateInput @doc(description: "Defines updates to items in a w
7070 entered_options : [EnteredOptionInput ! ] @doc (description : " An array of options that the customer entered" )
7171}
7272
73- type UpdateProductsInWishlistOutput @doc (description : " Contains the customer\` s wish list and any errors encountered" ) {
73+ type UpdateProductsInWishlistOutput @doc (description : " Contains the customer' s wish list and any errors encountered" ) {
7474 wishlist : Wishlist ! @doc (description : " Contains the wish list with all items that were successfully updated" )
7575 userInputErrors :[CheckoutUserInputError ]! @doc (description :"An array of errors encountered while updating products in a wish list" )
7676}
You can’t perform that action at this time.
0 commit comments