productAttributeUnassign Mutation
Un-assign attributes from a given product type.
productAttributeUnassign(
attributeIds: [ID!]!
productTypeId: ID!
): ProductAttributeUnassign
Show return type
Arguments
attributeIds ● [ID!]!
The IDs of the attributes to unassign.
productTypeId ● ID!
ID of the product type from which the attributes should be unassigned.
Type
ProductAttributeUnassign
Un-assign attributes from a given product type.