BomDesignRevisionSource
Describes the source design revision used to create the current BOM.
type BomDesignRevisionSource implements BomSource {
designId: String!
quantity: Int!
sourceRevisionId: String!
variantName: String
}
Fields
BomDesignRevisionSource.designId ● String! non-null scalar
ID of the design.
BomDesignRevisionSource.quantity ● Int! non-null scalar
Quantity of the source (i.e., how many times the source is included into this BOM).
BomDesignRevisionSource.sourceRevisionId ● String! non-null scalar
ID of the source revision used to create the BOM.
BomDesignRevisionSource.variantName ● String 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).