Skip to main content

DesPartCustomPartData

Represents custom part data.

type DesPartCustomPartData {
categoryName: String
datasheetUrl: String
description: String
documents: [DesPartCustomPartDocument!]!
imageUrl: String
manufacturerName: String!
mpn: String!
sellers: [DesPartCustomPartSeller!]!
specs: [DesPartCustomPartSpec!]!
updatedAt: DateTime!
}

Fields

DesPartCustomPartData.categoryName ● String scalar

The category name of the part.

DesPartCustomPartData.datasheetUrl ● String scalar

The URL of datasheet for sync systems.

DesPartCustomPartData.description ● String scalar

The description of the part.

DesPartCustomPartData.documents ● [DesPartCustomPartDocument!]! non-null object

A collection of datasheet URLs.

DesPartCustomPartData.imageUrl ● String scalar

The URL for the part image.

DesPartCustomPartData.manufacturerName ● String! non-null scalar

The manufacturer name of the part.

DesPartCustomPartData.mpn ● String! non-null scalar

The manufacturer part number of the part.

DesPartCustomPartData.sellers ● [DesPartCustomPartSeller!]! non-null object

A collection of sellers.

DesPartCustomPartData.specs ● [DesPartCustomPartSpec!]! non-null object

A collection of part specifications.

DesPartCustomPartData.updatedAt ● DateTime! non-null scalar

The last update time.