Skip to main content

BomSource

Describes the source used to create the current BOM (e.g., a file, a design, or other BOM).

interface BomSource {
quantity: Int!
}

Fields

BomSource.quantity ● Int! non-null scalar

Quantity of the source (i.e., how many times the source is included into this BOM).