CreateWishlistInput
No description
input CreateWishlistInput {
userId: UUID!
productVariantIds: [UUID!]!
name: String!
}
Fields
CreateWishlistInput.userId
● UUID!
non-null scalar
UUID of user owning the wishlist.
CreateWishlistInput.productVariantIds
● [UUID!]!
non-null scalar
UUIDs of product variants in wishlist.
CreateWishlistInput.name
● String!
non-null scalar
Wishlist name.
Member Of
createWishlist
mutation