WishlistItem
Wishlist item.
type WishlistItem implements Node {
id: ID!
wishlist: Wishlist!
product: Product
variant: ProductVariant
note: String
expiryDate: DateTime
quantity: Int!
requestedPrice: Money
}
Fields
WishlistItem.id ● ID! non-null scalar
The ID of the object
WishlistItem.wishlist ● Wishlist! non-null object
WishlistItem.product ● Product object
WishlistItem.variant ● ProductVariant object
WishlistItem.note ● String scalar
WishlistItem.expiryDate ● DateTime scalar
WishlistItem.quantity ● Int! non-null scalar
WishlistItem.requestedPrice ● Money object
Requested price for the WishlistItem.
Interfaces
Node interface
An object with an ID
Member Of
WishlistAddProduct object ● WishlistAddProductVariant object ● WishlistItemCountableEdge object ● WishlistItemUpdate object ● WishlistRemoveProduct object ● WishlistRemoveProductVariant object