Skip to main content

customAttributeUnassign

Unassign custom attributes from a template. Requires MANAGE_PRODUCTS permission.

customAttributeUnassign(
template: CustomFieldTemplateEnum!
attributeIds: [ID!]!
): CustomAttributeUnassign!

Arguments

customAttributeUnassign.template ● CustomFieldTemplateEnum! non-null enum

customAttributeUnassign.attributeIds ● [ID!]! non-null scalar

Type

CustomAttributeUnassign object

Result of custom attribute unassign mutation.

Was this page helpful?