Skip to main content

DesPartProjectUsage

Represents a project usage.

type DesPartProjectUsage {
alternativeForElementIds: [String!]
alternativePartsForElementIds: [DesPartBomAlternativePartsEntry!]
designators: [String!]
elementIds: [String!]
id: ID!
linkedComponentsIds: [ID!]!
variantId: String
}

Fields

DesPartProjectUsage.alternativeForElementIds ● [String!] list scalar

A collection of element identifiers that this part is an alternative for.

DesPartProjectUsage.alternativePartsForElementIds ● [DesPartBomAlternativePartsEntry!] list object

A dictionary mapping element identifiers to a collection of alternative part identifiers.

DesPartProjectUsage.designators ● [String!] list scalar

A collection of designators.

DesPartProjectUsage.elementIds ● [String!] list scalar

A collection of element identifiers in the BOM.

DesPartProjectUsage.id ● ID! non-null scalar

The identifier of the BOM.

DesPartProjectUsage.linkedComponentsIds ● [ID!]! non-null scalar

A collection of linked component identifiers.

DesPartProjectUsage.variantId ● String scalar

The identifier of the variant.