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