BomFileSource
Describes the source file used to create the current BOM.
type BomFileSource implements BomSource {
fileName: String!
quantity: Int!
}
Fields
BomFileSource.fileName ● String! non-null scalar
Name of the original file.
BomFileSource.quantity ● Int! non-null scalar
Quantity of the source (i.e., how many times the source is included into this BOM).
Interfaces
BomSource interface
Describes the source used to create the current BOM (e.g., a file, a design, or other BOM).