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