AssignedBooleanAttribute Object
Represents a boolean attribute.
Added in Saleor 3.22type AssignedBooleanAttribute implements AssignedAttribute {
attribute: Attribute!
value: Boolean
}
Fields
attribute ● Attribute!
Attribute assigned to an object.
value ● Boolean
The assigned boolean value.
Interfaces
AssignedAttribute
Represents an attribute assigned to an object.
Added in Saleor 3.22