AttributeBulkCreate
Creates attributes.
Added in Saleor 3.15This API is currently in Feature Preview and can be subject to changes at later point.
Triggers the following webhook events:
- ATTRIBUTE_CREATED (async): An attribute was created.
type AttributeBulkCreate {
count: Int!
results: [AttributeBulkCreateResult!]!
errors: [AttributeBulkCreateError!]!
}