Skip to main content

AttributeDateTimeValue

No description

type AttributeDateTimeValue implements AttributeValue {
id: String!
type: AttributeType!
dateTimeValue: DateTime
}

Fields

AttributeDateTimeValue.id ● String! non-null scalar

Attribute value id

AttributeDateTimeValue.type ● AttributeType! non-null enum

Attribute datetime value type

AttributeDateTimeValue.dateTimeValue ● DateTime scalar

Interfaces

AttributeValue interface

Interface for the AttributeValue, where attribute value type derive from.