BundleItemInput
No description
input BundleItemInput {
productId: Int!
isLeader: YesNo
}
Fields
BundleItemInput.productId ● Int! non-null scalar
The bundles primary product identifier
BundleItemInput.isLeader ● YesNo enum
Indicates whether the product is leader for this bundle.
Member Of
BundleAddItemsInput input ● CreateBundleInput input