AssignedVariantAttribute Object
Represents assigned attribute to variant with variant selection attached.
type AssignedVariantAttribute {
attribute: Attribute!
variantSelection: Boolean!
}
Fields
attribute ● Attribute!
Attribute assigned to variant.
variantSelection ● Boolean!
Determines, whether assigned attribute is allowed for variant selection. Supported variant types for variant selection are: ['dropdown', 'boolean', 'swatch', 'numeric']
Member Of
ProductType object