ProductComponent
No description
type ProductComponent {
product: Product
quantity: Int
}
Fields
ProductComponent.product ● Product object
One of the products that make up the bundle.
ProductComponent.quantity ● Int scalar
The quantity of the product within the bundle.
Member Of
ProductBundle object