attributeValueBulkCreate
Creates attribute values for a given attribute.
attributeValueBulkCreate(
attribute: ID!
values: [String!]!
): AttributeValueBulkCreate
Arguments
attributeValueBulkCreate.attribute ● ID! non-null scalar
ID of the attribute to create the values for.
attributeValueBulkCreate.values ● [String!]! non-null scalar
Input list of attribute values to create.
Type
AttributeValueBulkCreate object
Creates attribute values for a given attribute.