AttributeValueBulkCreate
Result of attribute value bulk create mutation.
type AttributeValueBulkCreate {
attribute: Attribute
attributeValues: [AttributeValue!]!
count: Int!
attributeErrors: [AttributeError!]!
}
Fields
AttributeValueBulkCreate.attribute ● Attribute object
The attribute with the new values.
AttributeValueBulkCreate.attributeValues ● [AttributeValue!]! non-null object
The created attribute values.
AttributeValueBulkCreate.count ● Int! non-null scalar
Number of attribute values created.
AttributeValueBulkCreate.attributeErrors ● [AttributeError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
attributeValueBulkCreate mutation