File tree 1 file changed +2
-2
lines changed
app/code/Magento/WishlistGraphQl/etc
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
47
47
entered_options : [EnteredOptionInput ! ] @doc (description : " An array of options that the customer entered" )
48
48
}
49
49
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" ) {
51
51
wishlist : Wishlist ! @doc (description : " Contains the wish list with all items that were successfully added" )
52
52
userInputErrors :[CheckoutUserInputError ]! @doc (description : " An array of errors encountered while adding products to a wish list" )
53
53
}
@@ -70,7 +70,7 @@ input WishlistItemUpdateInput @doc(description: "Defines updates to items in a w
70
70
entered_options : [EnteredOptionInput ! ] @doc (description : " An array of options that the customer entered" )
71
71
}
72
72
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" ) {
74
74
wishlist : Wishlist ! @doc (description : " Contains the wish list with all items that were successfully updated" )
75
75
userInputErrors :[CheckoutUserInputError ]! @doc (description :"An array of errors encountered while updating products in a wish list" )
76
76
}
You can’t perform that action at this time.
0 commit comments