AttributeBulkCreate Object
Creates attributes.
Triggers the following webhook events:
- ATTRIBUTE_CREATED (async): An attribute was created.
type AttributeBulkCreate {
count: Int!
results: [AttributeBulkCreateResult!]!
errors: [AttributeBulkCreateError!]!
}
Fields
count ● Int!
Returns how many objects were created.
results ● [AttributeBulkCreateResult!]!
List of the created attributes.
errors ● [AttributeBulkCreateError!]!
Returned By
attributeBulkCreate mutation