Skip to main content

AssignedDateTimeAttribute Object

Represents a date time attribute.

Added in Saleor 3.22
type AssignedDateTimeAttribute implements AssignedAttribute {
attribute: Attribute!
value: DateTime
}

Fields

attribute ● Attribute!

Attribute assigned to an object.

value ● DateTime

The assigned date time value.

Interfaces

AssignedAttribute

Represents an attribute assigned to an object.

Added in Saleor 3.22