Skip to main content

ProductAttributeAssignmentUpdateInput

No description

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

Fields

ProductAttributeAssignmentUpdateInput.id ● ID! non-null scalar miscellaneous

The ID of the attribute to assign.

ProductAttributeAssignmentUpdateInput.variantSelection ● Boolean! non-null scalar miscellaneous

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

Added in Saleor 3.1

Member Of

productAttributeAssignmentUpdate mutation