Comment on A REST View of GraphQLparentComments−majkinetor6yCan hasura provide record history in postgres ? This is typical on many financial systems - changing a record will store a copy of previous record values in historic table.−tango126yYes (by integrating with Postgres and providing some extra information about the user affecting the change): This might help: https://hasura.io/docs/1.0/graphql/manual/guides/auditing-ta...
Comments
Can hasura provide record history in postgres ? This is typical on many financial systems - changing a record will store a copy of previous record values in historic table.
Yes (by integrating with Postgres and providing some extra information about the user affecting the change): This might help: https://hasura.io/docs/1.0/graphql/manual/guides/auditing-ta...