createWishlist
Adds a wishlist with a user_id, a list of product_variant_ids and a name.
Formats UUIDs as hyphenated lowercase Strings.
createWishlist(
input: CreateWishlistInput!
): Wishlist!
Arguments
createWishlist.input
● CreateWishlistInput!
non-null input
CreateWishlistInput
Type
Wishlist
object
The Wishlist of a user.