Skip to main content

AttributeValue

No description

type AttributeValue {
attributeId: Int!
textValue(
language: String
): [LocalizedStringArray!]
enumValue: [String!]
intValue: [Int!]
decimalValue: [Float!]
dateValue: DateTime
attributeDescription: AttributeDescription!
}

Fields

AttributeValue.attributeId ● Int! non-null scalar

AttributeValue.textValue ● [LocalizedStringArray!] list object

Textual value(s) for this attribute, filled when attribute type equals text, list or color. This value suitable for Localization.

AttributeValue.textValue.language ● String scalar

AttributeValue.enumValue ● [String!] list scalar

Enumeration value for this attribute, filled when type equals enum or enumlist. Values returned from this field should be transformed used by the valueset from the datasource field. Values in this field can be multivalue.

AttributeValue.intValue ● [Int!] list scalar

Integer value for this attribute, filled when attribute type equals numeric or object.

AttributeValue.decimalValue ● [Float!] list scalar

Decimal value for this attribute, filled when attribute type equals decimal.

AttributeValue.dateValue ● DateTime scalar

Date value for this attribute, filled when attribute type equals date or datetime

AttributeValue.attributeDescription ● AttributeDescription! non-null object

Member Of

AttributeValueResponse object