AttributeBulkUpdateInput Input Type
No description
input AttributeBulkUpdateInput {
id: ID
externalReference: String
fields: AttributeUpdateInput!
}
Fields
id ● ID
ID of an attribute to update.
externalReference ● String
External ID of this attribute.
fields ● AttributeUpdateInput!
Fields to update.
Member Of
attributeBulkUpdate mutation