Skip to main content

AttributeDescriptionUpdateInput

No description

input AttributeDescriptionUpdateInput {
descriptions: [LocalizedStringInput!]
units: [LocalizedStringInput!]
group: String
isSearchable: Boolean
isPublic: Boolean
isSystem: Boolean
isHidden: Boolean
defaultValue: AttributeValueInput
}

Fields

AttributeDescriptionUpdateInput.descriptions ● [LocalizedStringInput!] list input

Attribute names per language

AttributeDescriptionUpdateInput.units ● [LocalizedStringInput!] list input

Attribute unit per language

AttributeDescriptionUpdateInput.group ● String scalar

The attribute group

AttributeDescriptionUpdateInput.isSearchable ● Boolean scalar

Flags whether this attribute should be used when generating catalog page filters

AttributeDescriptionUpdateInput.isPublic ● Boolean scalar

Flags whether this attribute should be used when generating product specifications.

AttributeDescriptionUpdateInput.isSystem ● Boolean scalar

Flags whether this attribute is only available to system users

AttributeDescriptionUpdateInput.isHidden ● Boolean scalar

Flags whether this attribute is hidden and should only be used for background operations.

AttributeDescriptionUpdateInput.defaultValue ● AttributeValueInput input

The default value for this attribute

Member Of

attributeDescriptionUpdate mutation