architecture icon indicating copy to clipboard operation
architecture copied to clipboard

Add wishlists in products query as a graph

Open cpartica opened this issue 3 years ago • 1 comments

Problem

Products query doesn't contain reference to wishlist, it takes a round trip to render a PDP page dropdown to what wishlists are assgined to the product

Solution

add the reference in schema

Requested Reviewers

cpartica avatar Mar 25 '21 16:03 cpartica

Thanks for this!

Yes, https://jira.corp.magento.com/browse/PWA-1268 calls for the following UI:

Screen Shot 2021-03-25 at 11 02 53 AM

Notice the heart indicators for whether or not a product has already been favorited.

This PR will help the storefront know immediately how to display that heart / favorite indicator instead of having to do a bunch of custom client-side logic and additional wishlist lookups.

supernova-at avatar Mar 25 '21 16:03 supernova-at