Skip to main content

customAttributeUnassign

Un-assign attributes from a given custom field template.

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

Arguments

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

The IDs of the attributes to assign.

customAttributeUnassign.template ● CustomFieldTemplateEnum! non-null enum

Enum choice of desired model for custom field template.

Type

CustomAttributeUnassign object

Un-assign attributes from a given custom field template.

Was this page helpful?