Skip to main content

AssignedBooleanAttribute Object

Represents a boolean attribute.

Added in Saleor 3.22 (unreleased)
type AssignedBooleanAttribute implements AssignedAttribute {
attribute: Attribute!
value: Boolean
}

Fields

AssignedBooleanAttribute.attribute ● Attribute! non-null object attributes

Attribute assigned to an object.

AssignedBooleanAttribute.value ● Boolean scalar miscellaneous

The assigned boolean value.

Interfaces

AssignedAttribute interface attributes

Represents an attribute assigned to an object.

Added in Saleor 3.22 (unreleased)