Skip to main content

AssignedDateAttribute Object

Represents a date attribute.

Added in Saleor 3.22
type AssignedDateAttribute implements AssignedAttribute {
attribute: Attribute!
value: Date
}

Fields

attribute ● Attribute!

Attribute assigned to an object.

value ● Date

The assigned date value.

Interfaces

AssignedAttribute

Represents an attribute assigned to an object.

Added in Saleor 3.22