ProductAttributeInput
type ProductAttributeInput {
id: ID
description: String
name: String!
options: [ProductAttributeOptionInput!]
tableTemplate: ProductAttributeTableTemplateInput
translations: [ProductAttributeTranslationInput!]
type: ProductAttributeTypeEnum!
}
Fields
id
IDdescription
StringtableTemplate
ProductAttributeTableTemplateInputtranslations
[ProductAttributeTranslationInput!]