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