attributeBulkCreate Mutation
Creates attributes.
Triggers the following webhook events:
- ATTRIBUTE_CREATED (async): An attribute was created.
attributeBulkCreate(
attributes: [AttributeCreateInput!]!
errorPolicy: ErrorPolicyEnum
): AttributeBulkCreate
Arguments
attributeBulkCreate.attributes ● [AttributeCreateInput!]! non-null input attributes
Input list of attributes to create.
attributeBulkCreate.errorPolicy ● ErrorPolicyEnum enum miscellaneous
Policies of error handling. DEFAULT: REJECT_EVERYTHING
Type
AttributeBulkCreate object attributes
Creates attributes.
Triggers the following webhook events:
- ATTRIBUTE_CREATED (async): An attribute was created.