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