attributeValueCreate Mutation
Creates a value for an attribute.
Triggers the following webhook events:
- ATTRIBUTE_VALUE_CREATED (async): An attribute value was created.
- ATTRIBUTE_UPDATED (async): An attribute was updated.
attributeValueCreate(
attribute: ID!
input: AttributeValueCreateInput!
): AttributeValueCreate
Show return type
Arguments
attribute ● ID!
Attribute to which value will be assigned.
input ● AttributeValueCreateInput!
Fields required to create an AttributeValue.
Type
AttributeValueCreate
Creates a value for an attribute.
Triggers the following webhook events:
- ATTRIBUTE_VALUE_CREATED (async): An attribute value was created.
- ATTRIBUTE_UPDATED (async): An attribute was updated.