AttributeAssignInput
Input for assigning attributes
input AttributeAssignInput {
id: ID!
type: AttributeTypeEnum!
}
Fields
AttributeAssignInput.id ● ID! non-null scalar
The ID of the attribute to assign.
AttributeAssignInput.type ● AttributeTypeEnum! non-null enum
The type of attribute (PRODUCT or VARIANT).
Member Of
attributeAssign mutation ● customAttributeAssign mutation