DesSearchComponentByMpnInput
Represents the input for searching components by manufacturer part numbers.
input DesSearchComponentByMpnInput {
manufacturerName: String
mpn: String!
}
Fields
DesSearchComponentByMpnInput.manufacturerName ● String scalar
The name of the manufacturer.
DesSearchComponentByMpnInput.mpn ● String! non-null scalar
The manufacturer part number.