Skip to main content

DesPartCustomPartDataInput

Represents custom part data.

input DesPartCustomPartDataInput {
categoryName: String
datasheetUrl: String
description: String
documents: [DesPartCustomPartDocumentInput!]!
imageUrl: String
manufacturerName: String!
mpn: String!
sellers: [DesPartCustomPartSellerInput!]!
specs: [DesPartCustomPartSpecInput!]!
updatedAt: DateTime!
}

Fields

DesPartCustomPartDataInput.categoryName ● String scalar

The category name of the part.

DesPartCustomPartDataInput.datasheetUrl ● String scalar

The URL of datasheet for sync systems.

DesPartCustomPartDataInput.description ● String scalar

The description of the part.

DesPartCustomPartDataInput.documents ● [DesPartCustomPartDocumentInput!]! non-null input

A collection of datasheet URLs.

DesPartCustomPartDataInput.imageUrl ● String scalar

The URL for the part image.

DesPartCustomPartDataInput.manufacturerName ● String! non-null scalar

The manufacturer name of the part.

DesPartCustomPartDataInput.mpn ● String! non-null scalar

The manufacturer part number of the part.

DesPartCustomPartDataInput.sellers ● [DesPartCustomPartSellerInput!]! non-null input

A collection of sellers.

DesPartCustomPartDataInput.specs ● [DesPartCustomPartSpecInput!]! non-null input

A collection of part specifications.

DesPartCustomPartDataInput.updatedAt ● DateTime! non-null scalar

The last update time.