DesPartManufacturerCompany
Represents a manufacturer company.
type DesPartManufacturerCompany {
companyId: String!
isActive: Boolean!
name: String!
slug: String
}
Fields
DesPartManufacturerCompany.companyId ● String! non-null scalar
The identifier of the company.
DesPartManufacturerCompany.isActive ● Boolean! non-null scalar
Indicates whether the company is active.
DesPartManufacturerCompany.name ● String! non-null scalar
The name of the company.
DesPartManufacturerCompany.slug ● String scalar
Used for URLs like /manufacturers/aimtec or /distributors/digi-key.