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