AssignedNumericAttribute Object
Represents a numeric value of an attribute.
Added in Saleor 3.22type AssignedNumericAttribute implements AssignedAttribute {
attribute: Attribute!
value: Float
}
Fields
attribute ● Attribute!
Attribute assigned to an object.
value ● Float
The assigned numeric value.
Interfaces
AssignedAttribute
Represents an attribute assigned to an object.
Added in Saleor 3.22