OBJECT
updateWishListResponse
link GraphQL Schema definition
1 type updateWishListResponse { 2 3 # Wish list descriptionName 4 : String 11 5 # Wish list item to add or update. 6 : [ComIbmCommerceRestWishlistHandlerWishlistHandlerWishListUpdateResponseItem] 11 7 # Wish list resource name 8 : String! 11 9 # Wish list unique identifier. 10 : String! 12 13 }