DesPartCompany
Represents a company.
type DesPartCompany {
companyId: String!
name: String!
}
Fields
DesPartCompany.companyId ● String! non-null scalar
The identifier of the company.
DesPartCompany.name ● String! non-null scalar
The name of the company.