DesWorkspaceInsRelatedEntities
Entities linked to an insight across the workspace.
type DesWorkspaceInsRelatedEntities {
assemblyVariants: [DesWorkspaceInsInsightAssemblyVariantLink!]!
bomReleases: [DesWorkspaceInsInsightBomReleaseLink!]!
boms: [DesWorkspaceInsInsightBomLink!]!
componentRevisions: [DesWorkspaceInsInsightComponentRevisionLink!]!
components: [DesWorkspaceInsInsightComponentLink!]!
consolidatedBomReleases: [DesWorkspaceInsInsightConsolidatedBomReleaseLink!]!
consolidatedBoms: [DesWorkspaceInsInsightConsolidatedBomLink!]!
parts: [DesWorkspaceInsInsightPartLink!]!
projects: [DesWorkspaceInsInsightProjectLink!]!
}
Fields
DesWorkspaceInsRelatedEntities.assemblyVariants ● [DesWorkspaceInsInsightAssemblyVariantLink!]! non-null object
Assembly variants connected to the insight.
DesWorkspaceInsRelatedEntities.bomReleases ● [DesWorkspaceInsInsightBomReleaseLink!]! non-null object
Released BOMs connected to the insight.
DesWorkspaceInsRelatedEntities.boms ● [DesWorkspaceInsInsightBomLink!]! non-null object
Work-in-progress BOMs connected to the insight.
DesWorkspaceInsRelatedEntities.componentRevisions ● [DesWorkspaceInsInsightComponentRevisionLink!]! non-null object
Component revisions referenced by the insight.
DesWorkspaceInsRelatedEntities.components ● [DesWorkspaceInsInsightComponentLink!]! non-null object
Components referenced by the insight.
DesWorkspaceInsRelatedEntities.consolidatedBomReleases ● [DesWorkspaceInsInsightConsolidatedBomReleaseLink!]! non-null object
Consolidated BOM releases linked to the insight.
DesWorkspaceInsRelatedEntities.consolidatedBoms ● [DesWorkspaceInsInsightConsolidatedBomLink!]! non-null object
Consolidated BOMs linked to the insight.
DesWorkspaceInsRelatedEntities.parts ● [DesWorkspaceInsInsightPartLink!]! non-null object
Parts associated with the insight.
DesWorkspaceInsRelatedEntities.projects ● [DesWorkspaceInsInsightProjectLink!]! non-null object
Projects associated with the insight.