BomItemElementAttribute
Describes a BOM item element's attribute.
type BomItemElementAttribute {
attributeId: String!
name: String!
type: BomItemElementCustomAttributeType!
}
Fields
BomItemElementAttribute.attributeId ● String! non-null scalar
ID of the attribute.
BomItemElementAttribute.name ● String! non-null scalar
Name of the attribute.
BomItemElementAttribute.type ● BomItemElementCustomAttributeType! non-null enum
Type of the attribute. Please note that the actual attribute values may have different types.