AttributeValueUpdateInput
No description
input AttributeValueUpdateInput {
id: ID!
value: AttributeValueCreateInput!
}
Fields
AttributeValueUpdateInput.id ● ID! non-null scalar
The ID of the attribute value to update.
AttributeValueUpdateInput.value ● AttributeValueCreateInput! non-null input
Fields to update the attribute value with.
Member Of
AttributeUpdateInput input