Skip to main content

AttributeValueBulkCreate

Creates attribute values for a given attribute.

type AttributeValueBulkCreate {
count: Int!
attributeValues: [AttributeValue!]!
attributeErrors: [AttributeError!]!
}

Fields

AttributeValueBulkCreate.count ● Int! non-null scalar

Returns how many objects were created.

AttributeValueBulkCreate.attributeValues ● [AttributeValue!]! non-null object

List of the created attribute values.

AttributeValueBulkCreate.attributeErrors ● [AttributeError!]! non-null object

Returned By

attributeValueBulkCreate mutation

Was this page helpful?