attributeUnassignFromProductType
Unassign attributes from product type. Requires MANAGE_PRODUCTS permission.
attributeUnassignFromProductType(
productTypeId: ID!
productAttributeIds: [ID!]
variantAttributeIds: [ID!]
): AttributeUnassignFromProductType!
Arguments
attributeUnassignFromProductType.productTypeId ● ID! non-null scalar
attributeUnassignFromProductType.productAttributeIds ● [ID!] list scalar
attributeUnassignFromProductType.variantAttributeIds ● [ID!] list scalar
Type
AttributeUnassignFromProductType object
Result of attribute unassign from product type mutation.