AttributeColorValue
No description
type AttributeColorValue implements AttributeValue {
id: String!
type: AttributeType!
colorValue: String
}
Fields
AttributeColorValue.id
● String!
non-null scalar
Attribute value id
AttributeColorValue.type
● AttributeType!
non-null enum
Attribute color value type
AttributeColorValue.colorValue
● String
scalar
Interfaces
AttributeValue
interface
Interface for the AttributeValue, where attribute value type derive from.