You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are working on the Wishlist feature in the PWA project ahead of the coverage being available through GQL. We are following the architecture doc for guidance on what to expect from queries and mutations.
While building the feature we have realized the createWishlist mutation does not take the type of the list, for instance, public or private. On the other hand, the Wishlist interface does have a field called sharing_code. Is sharing_code the list type value that we should be expecting and how should we submit the list type while creating the list?
Hello Team,
We are working on the Wishlist feature in the PWA project ahead of the coverage being available through GQL. We are following the architecture doc for guidance on what to expect from queries and mutations.
While building the feature we have realized the
createWishlist
mutation does not take the type of the list, for instance, public or private. On the other hand, theWishlist
interface does have a field calledsharing_code
. Issharing_code
the list type value that we should be expecting and how should we submit the list type while creating the list?Here is the UX we are following:
architecture/design-documents/graph-ql/coverage/customer/Wishlist.graphqls
Line 2 in ca7690b
The text was updated successfully, but these errors were encountered: