Skip to main content
Version: 3.x

AssignedVariantAttribute

Represents assigned attribute to variant with variant selection attached.

Added in Saleor 3.1
type AssignedVariantAttribute {
attribute: Attribute!
variantSelection: Boolean!
}

Fields

AssignedVariantAttribute.attribute ● Attribute! non-null object

Attribute assigned to variant.

AssignedVariantAttribute.variantSelection ● Boolean! non-null scalar

Determines, whether assigned attribute is allowed for variant selection. Supported variant types for variant selection are: ['dropdown', 'boolean', 'swatch', 'numeric']

Member of

ProductType object


Was this page helpful?