Skip to main content

ProductUnit

type ProductUnit {
id: ID!
name: String!
translations: [ProductUnitTranslation!]
}

Fields

idID!required
nameString!required

The name of the product's unit.

The name of the product's unit.