DesPartManufacturerPartIdInput
Represents the part manufacturer name and part number.
input DesPartManufacturerPartIdInput {
manufacturerName: String!
mpn: String!
}
Fields
DesPartManufacturerPartIdInput.manufacturerName ● String! non-null scalar
The name of the manufacturer.
DesPartManufacturerPartIdInput.mpn ● String! non-null scalar
The manufacturer part number.