ProductAttributeAssignmentUpdateInput Input Type
No description
input ProductAttributeAssignmentUpdateInput {
id: ID!
variantSelection: Boolean!
}
Fields
id ● ID!
The ID of the attribute to assign.
variantSelection ● Boolean!
Whether attribute is allowed in variant selection. Allowed types are: ['dropdown', 'boolean', 'swatch', 'numeric'].
Member Of
productAttributeAssignmentUpdate mutation