Skip to content

Commit 6d36492

Browse files
eduard13Prabhu Ram
authored and
Prabhu Ram
committed
Small schema fix
1 parent 066e473 commit 6d36492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)