UpdateWishlistInput
No description
input UpdateWishlistInput {
id: UUID!
productVariantIds: [UUID!]
name: String
}
Fields
UpdateWishlistInput.id ● UUID! non-null scalar
UUID of wishlist to update.
UpdateWishlistInput.productVariantIds ● [UUID!] list scalar
product variant UUIDs of wishlist to update
UpdateWishlistInput.name ● String scalar
Wishlist name to update
Member Of
updateWishlist mutation