Skip to main content

BomSnapshotSource

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

type BomSnapshotSource implements BomSource {
bomId: String!
quantity: Int!
snapshotId: String!
}

Fields

BomSnapshotSource.bomId ● String! non-null scalar

ID of the BOM.

BomSnapshotSource.quantity ● Int! non-null scalar

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

BomSnapshotSource.snapshotId ● String! non-null scalar

ID of the BOM snapshot.

Interfaces

BomSource interface

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