Replies: 1 comment
-
Hey @cryptic-ai I think in this case you could use the Hasura Events feature. So, whenever a row is CREATED in yout |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering, is there a way with the actions, to add additional data to a request?
For example, if a user creates a new
post
, I would like to add a new entry into theposts
table, but also add a new entry into theposts_history
table. Would the best way to accomplish this be to have it call an external API via the actions and then have that update and add a new entry intoposts_history
?Beta Was this translation helpful? Give feedback.
All reactions