Last update:
March 19, 2024
updateWishlistItems mutation¶
This mutation updates items in a wishlist.
Arguments¶
The InputUpdateWishlistItemsType!
represents the input for updating items in a wishlist.
Field | Description |
---|---|
listId String! |
The Id of the wishlist to be updated. |
items InputUpdateWishlistLineItem.md! |
The list of items to be updated in the wishlist. |
Possible returns¶
Possible return | Description |
---|---|
WishlistType |
The details and properties of the wishlist. |