BundleItem
No description
type BundleItem implements IBundleItem {
productId: Int!
price: BundlePrice
isLeader: YesNo!
product: Product!
}
Fields
BundleItem.productId
● Int!
non-null scalar
The bundles primary product identifier
BundleItem.price
● BundlePrice
object
Bundle price.
BundleItem.isLeader
● YesNo!
non-null enum
Indicates whether the product is leader for this bundle.
BundleItem.product
● Product!
non-null object
Interfaces
IBundleItem
interface
Returned By
bundleAddItems
mutation