Skip to main content

CustomAttributeUnassign

Result of custom attribute unassign mutation.

type CustomAttributeUnassign {
customFieldTemplate: CustomFieldTemplate
attributeErrors: [ProductError!]!
}

Fields

CustomAttributeUnassign.customFieldTemplate ● CustomFieldTemplate object

The template with unassigned custom attributes.

CustomAttributeUnassign.attributeErrors ● [ProductError!]! non-null object

List of errors that occurred executing the mutation.

Returned By

customAttributeUnassign mutation

Was this page helpful?