BomCreateBomItemElementAttributeInput
BOM item element attribute.
input BomCreateBomItemElementAttributeInput {
attributeId: String!
value: BomCreateBomItemElementAttributeValueInput!
}
Fields
BomCreateBomItemElementAttributeInput.attributeId ● String! non-null scalar
A transient identifier that uniquely identifies this attribute within the current mutation call. This ID is used to correlate this attribute with the corresponding attribute declaration.
BomCreateBomItemElementAttributeInput.value ● BomCreateBomItemElementAttributeValueInput! non-null input
Value of the attribute.