AttributeTextValue
No description
type AttributeTextValue implements AttributeValue {
id: String!
type: AttributeType!
textValues: [LocalizedStringArray!]!
}
Fields
AttributeTextValue.id
● String!
non-null scalar
Attribute value id
AttributeTextValue.type
● AttributeType!
non-null enum
Attribute text value type
AttributeTextValue.textValues
● [LocalizedStringArray!]!
non-null object
Attribute textValues per language
Interfaces
AttributeValue
interface
Interface for the AttributeValue, where attribute value type derive from.