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