SelectedOption
No description
type SelectedOption {
option: ProductOption!
value: ProductOptionValue!
}
Fields
SelectedOption.option ● ProductOption! non-null object
SelectedOption.value ● ProductOptionValue! non-null object
Member Of
ProductVariant object