Skip to main content

AssignedDateAttribute Object

Represents a date attribute.

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

Fields

AssignedDateAttribute.attribute ● Attribute! non-null object attributes

Attribute assigned to an object.

AssignedDateAttribute.value ● Date scalar miscellaneous

The assigned date value.

Interfaces

AssignedAttribute interface attributes

Represents an attribute assigned to an object.

Added in Saleor 3.22 (unreleased)