AssignedVariantAttribute
Represents assigned attribute to variant with variant selection attached.
Added in Saleor 3.1type AssignedVariantAttribute {
attribute: Attribute!
variantSelection: Boolean!
}
Fields
AssignedVariantAttribute.attribute
● Attribute!
non-null object attributes
Attribute assigned to variant.
AssignedVariantAttribute.variantSelection
● Boolean!
non-null scalar miscellaneous
Determines, whether assigned attribute is allowed for variant selection. Supported variant types for variant selection are: ['dropdown', 'boolean', 'swatch', 'numeric']
Member Of
ProductType
object