Skip to main content

AttributeIntValue

No description

type AttributeIntValue implements AttributeValue {
id: String!
type: AttributeType!
intValue: Int!
}

Fields

AttributeIntValue.id ● String! non-null scalar

Attribute value id

AttributeIntValue.type ● AttributeType! non-null enum

Attribute int value type

AttributeIntValue.intValue ● Int! non-null scalar

Attribute integer value

Interfaces

AttributeValue interface

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