WishlistCreate
Creates a new wishlist
type WishlistCreate {
wishlistErrors: [WishlistError!]!
wishlist: Wishlist
}
Fields
WishlistCreate.wishlistErrors ● [WishlistError!]! non-null object
WishlistCreate.wishlist ● Wishlist object
Returned By
wishlistCreate mutation