ItemSelectedBundleOption
A list of options of the selected bundle product.
type ItemSelectedBundleOption = {
__typename?: 'ItemSelectedBundleOption';
id: Scalars['ID']['output']; /** The label of the option. */
label: Scalars['String']['output']; /** The unique ID for a `ItemSelectedBundleOption` object. */
uid: Scalars['ID']['output']; /** A list of products that represent the values of the parent option. */
values?: Maybe<Array<Maybe<ItemSelectedBundleOptionValue>>>;
};