seasketch / next

A modernization version of the SeaSketch platform, released in 2022.
https://seasketch.org
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Ensure parent collection updatedAt property... gets updated #545

Closed underbluewaters closed 1 year ago

underbluewaters commented 1 year ago

When child sketches or folders are added, removed, or updated, the parent collection should get an updated updatedAt timestamp. This is enforced on the DB-side and also exposed in appropriate Graphql mutation results so that the Apollo client cache can be updated as appropriate.