-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Description
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, 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?
Here is the UX we are following:
createWishlist(name: String!): ID # Multiple wishlists Commerce functionality |
Metadata
Metadata
Assignees
Labels
No labels