Skip to main content

BomCreateBomItemElementAttributeDeclarationInput

Describes a BOM item element's attribute.

input BomCreateBomItemElementAttributeDeclarationInput {
attributeId: String!
name: String!
type: BomItemElementCustomAttributeType!
}

Fields

BomCreateBomItemElementAttributeDeclarationInput.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 attribute values in BOM item elements.

BomCreateBomItemElementAttributeDeclarationInput.name ● String! non-null scalar

Name of the attribute.

BomCreateBomItemElementAttributeDeclarationInput.type ● BomItemElementCustomAttributeType! non-null enum

Type of the attribute. The actual attribute values may have different types.