Skip to main content

BundleItem

No description

type BundleItem {
productId: Int!
price: BundlePrice
isLeader: YesNo
createdAt: DateTime
createdBy: Int
lastModifiedAt: DateTime
lastModifiedBy: Int
product: Product!
}

Fields

BundleItem.productId ● Int! non-null scalar

The bundles primary product identifier

BundleItem.price ● BundlePrice object

Bundle price

BundleItem.isLeader ● YesNo enum

Indicates whether the product is leader for this bundle.

BundleItem.createdAt ● DateTime scalar

Bundle creation date

BundleItem.createdBy ● Int scalar

Bundle creator

BundleItem.lastModifiedAt ● DateTime scalar

Last modified date

BundleItem.lastModifiedBy ● Int scalar

Last modified by

BundleItem.product ● Product! non-null object

Returned By

bundleAddItems mutation

Member Of

Bundle object