AttributeAssignInput
No description
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 attribute type to be assigned as.
Member Of
attributeAssign mutation ● customAttributeAssign mutation