ProductUnit
type ProductUnit {
id: ID!
name: String!
translations: [ProductUnitTranslation!]
}
Fields
The name of the product's unit.
translations
[ProductUnitTranslation!]The name of the product's unit.
type ProductUnit {
id: ID!
name: String!
translations: [ProductUnitTranslation!]
}
The name of the product's unit.
translations
[ProductUnitTranslation!]The name of the product's unit.