Skip to content

Commit ac20903

Browse files
eduard13Prabhu Ram
authored and
Prabhu Ram
committed
Small schema fixes
1 parent 6d36492 commit ac20903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)