Skip to main content

DesPart

Represents a part.

type DesPart {
customPart: DesPartProviderPart
description: String!
id: ID!
imageUrl: URL
localSupplyPart: DesPartProviderPart
manufacturerName: String!
mpn: String!
siliconExpertPart: DesPartProviderPart
supplyPart: DesPartSupplyPart
usages: DesPartUsages
z2DataPart: DesPartProviderPart
}

Fields

DesPart.customPart ● DesPartProviderPart object

The custom part details.

DesPart.description ● String! non-null scalar

A description of the part.

DesPart.id ● ID! non-null scalar

The identifier of the part.

DesPart.imageUrl ● URL scalar

The URL for the part image.

DesPart.localSupplyPart ● DesPartProviderPart object

The cached subset of supplyPart.

DesPart.manufacturerName ● String! non-null scalar

The manufacturer name of the part.

DesPart.mpn ● String! non-null scalar

The manufacturer part number of the part.

DesPart.siliconExpertPart ● DesPartProviderPart object

The Silicon Expert part details.

DesPart.supplyPart ● DesPartSupplyPart object

The supply part details.

DesPart.usages ● DesPartUsages object

The usage information for the part.

DesPart.z2DataPart ● DesPartProviderPart object

The Z2Data part details.