Skip to main content

InstanceAttributeUnassign

Result of instance attribute unassign mutation.

type InstanceAttributeUnassign {
instance: CustomFieldInstance
attributeErrors: [AttributeError!]!
}

Fields

InstanceAttributeUnassign.instance ● CustomFieldInstance union

The instance with the attribute unassigned (User, Product, ProductVariant, Category, or Collection).

InstanceAttributeUnassign.attributeErrors ● [AttributeError!]! non-null object

List of errors that occurred executing the mutation.

Returned By

instanceAttributeUnassign mutation

Was this page helpful?