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