architecture
architecture copied to clipboard
Add wishlists in products query as a graph
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
Thanks for this!
Yes, https://jira.corp.magento.com/browse/PWA-1268 calls for the following UI:
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.