docs say:
“Every type has the DateTime fields createdAt and updatedAt that will be set automatically when a node is created or updated. You cannot change the values for these fields.”
but when I add updatedAt to my schema type, it gets initially populated but does not update when I change a save an instance of the type.. Is this a known bug?
UPDATE: When I change a string value it gets updated, but not when I change lists.