OBJECT
GoldenProductVariantOptionValue
Golden Product Variant option value for a golden product variant's option type supporting all field types.
link GraphQL Schema definition
- type GoldenProductVariantOptionValue implements Node {
- # ID for the value. This value is less likely to change when the field values are
- # unchanged but cannot guaranty.
- ID! :
- # Option Type the value belongs to.
- OptionType! :
- # Option value for single-select or multi-select Option Type.
- OptionValue :
- # Value for free-text Option Type.
- String :
- }