INPUT_OBJECT
UpdateWishlistBodyParameterDescInput
Description of the post input body to update the wishlist or item.
link GraphQL Schema definition
1 input UpdateWishlistBodyParameterDescInput { 4 2 # Wish list description. 3 : String 7 5 # Wish list description name. 6 : String 10 8 # Wish list item to add or updated. 9 : [ComIbmCommerceRestWishlistHandlerWishlistHandlerUpdateBodyParameterDescriptionWishlistItemBodyDescriptionInput] 11 }