DesPartBomUsage
Represents a BOM usage.
type DesPartBomUsage {
designators: [String!]
elementIds: [String!]
id: ID!
linkedComponentsIds: [ID!]!
}
Fields
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.