ProductAttribute
type ProductAttribute {
id: ID!
description: String
name: String!
options: [ProductAttributeOption!]
tableTemplate: ProductAttributeTableTemplate
translations: [ProductAttributeTranslation!]
type: ProductAttributeTypeEnum!
}
Fields
description
StringDescription of the attribute
Name of the attribute
options
[ProductAttributeOption!]Options of the attribute
tableTemplate
ProductAttributeTableTemplateTable template description for product attribute
translations
[ProductAttributeTranslation!]Translations for the attribute
Type of the attribute