I have a postgres database with tables setup using typeorm in an express api and all my tables have createdAt and updatedAt columns.
when I use my api directly everything works fine and my updatedAt columns get updated appropriately. but when i go write graphql queries through hasura, updatedAt never gets updated.
I am using hasura engine 1.0.0.beta.6.cli.migrations, with postgres 11.5 docker containers with express 4.17.1, typeorm@0.2.x running locally on my ubuntu 19.04 system. I tried to reach hasura support on discord but it just seems a waste of time as i cannot get through. Has anyone experienced this? Am I missing something?