Skip to main content

ProductUnitInput

type ProductUnitInput {
id: ID
name: String!
translations: [ProductUnitTranslationInput!]
}

Fields

idID
nameString!required

The name of the product's unit.

The name of the product's unit.