DesPartBomUsage
Represents a BOM usage.
type DesPartBomUsage {
alternativeForElementIds: [String!]
alternativePartsForElementIds: [DesPartBomAlternativePartsEntry!]
designators: [String!]
elementIds: [String!]
id: ID!
linkedComponentsIds: [ID!]!
}
Fields
DesPartBomUsage.alternativeForElementIds ● [String!] list scalar
A collection of element identifiers that this part is an alternative for.
DesPartBomUsage.alternativePartsForElementIds ● [DesPartBomAlternativePartsEntry!] list object
A dictionary mapping element identifiers to a collection of alternative part identifiers.
DesPartBomUsage.designators ● [String!] list scalar
A collection of designators.
DesPartBomUsage.elementIds ● [String!] list scalar
A collection of element identifiers in the BOM.
DesPartBomUsage.id ● ID! non-null scalar
The identifier of the BOM.
DesPartBomUsage.linkedComponentsIds ● [ID!]! non-null scalar
A collection of linked component identifiers.