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