Skip to main content

DesSearchComponentResult

Represents the result of searching for a component by its manufacturer part number.

type DesSearchComponentResult {
componentId: ID!
itemId: String!
itemName: String!
revisionId: String!
revisionName: String!
}

Fields

DesSearchComponentResult.componentId ● ID! non-null scalar

The unique identifier of the component node.

DesSearchComponentResult.itemId ● String! non-null scalar

The identifier of the item in the workspace.

DesSearchComponentResult.itemName ● String! non-null scalar

The name of the item.

DesSearchComponentResult.revisionId ● String! non-null scalar

The identifier of the latest revision of the component in the workspace.

DesSearchComponentResult.revisionName ● String! non-null scalar

The name of the latest revision of the component.