Skip to main content

BomDesignSource

Describes the source design used to create the current BOM.

type BomDesignSource implements BomSource {
designId: String!
quantity: Int!
variantName: String!
}

Fields

BomDesignSource.designId ● String! non-null scalar

ID of the design.

BomDesignSource.quantity ● Int! non-null scalar

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

BomDesignSource.variantName ● String! non-null scalar

Name of the variant used to create the BOM.

Interfaces

BomSource interface

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