Skip to main content
Version: 3.x

ProductAttributeAssignmentUpdateInput

No description

input ProductAttributeAssignmentUpdateInput {
id: ID!
variantSelection: Boolean!
}

Fields

ProductAttributeAssignmentUpdateInput.id ● ID! non-null scalar

The ID of the attribute to assign.

ProductAttributeAssignmentUpdateInput.variantSelection ● Boolean! non-null scalar

Whether attribute is allowed in variant selection. Allowed types are: ['dropdown', 'boolean', 'swatch', 'numeric'].

Added in Saleor 3.1

Member of

productAttributeAssignmentUpdate mutation


Was this page helpful?