CustomAttributeUnassign
Un-assign attributes from a given custom field template.
type CustomAttributeUnassign {
customFieldTemplate: CustomFieldTemplate
attributeErrors: [ProductError!]!
}
Fields
CustomAttributeUnassign.customFieldTemplate ● CustomFieldTemplate object
The updated custom field template.
CustomAttributeUnassign.attributeErrors ● [ProductError!]! non-null object
Returned By
customAttributeUnassign mutation