AssignedDateTimeAttribute Object
Represents a date time attribute.
Added in Saleor 3.22 (unreleased)type AssignedDateTimeAttribute implements AssignedAttribute {
attribute: Attribute!
value: DateTime
}
Fields
AssignedDateTimeAttribute.attribute
● Attribute!
non-null object attributes
Attribute assigned to an object.
AssignedDateTimeAttribute.value
● DateTime
scalar miscellaneous
The assigned date time value.
Interfaces
AssignedAttribute
interface attributes
Represents an attribute assigned to an object.
Added in Saleor 3.22 (unreleased)