INPUT_OBJECT
createWishlistBodyParameterDescInput
Description of the post input body to create a wish list or item.
link GraphQL Schema definition
1 input createWishlistBodyParameterDescInput { 4 2 # Wish list access specifier. 3 : String 7 5 # Wish list description. 6 : String 10 8 # Wish list description name. 9 : String 13 11 # Wish list gift card accepted. 12 : String 16 14 # Wish list items to add. 15 : [ComIbmCommerceRestWishlistHandlerWishlistHandlerCreateBodyParameterDescriptionWishlistItemBodyDescriptionInput] 17 }