Skip to main content

BomReleaseSource

Describes the source BOM release used to create the current BOM.

type BomReleaseSource implements BomSource {
bom: BomRelease
quantity: Int!
}

Fields

BomReleaseSource.bom ● BomRelease object

The source BOM release. Could be null if deleted or not accessible.

BomReleaseSource.quantity ● Int! non-null scalar

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

Interfaces

BomSource interface

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