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