The updateProductVariant
mutation does not change the updatedAt
field.
#1101
Labels
type: bug 🐛
Something isn't working
Describe the bug
The
updatedAt
field of a ProductVariant remains the same (equal to thecreatedAt
) after updates.To Reproduce
Expected behavior
The ProductVariant should have the
updatedAt
field set to its latest update date.Additionally, this object should be passed to the event bus (for instance, if the
updatedAt
is a database timestamp, we should make sure that the actual in-memory entity instance reflects the new updatedAt date).Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: