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
Uh oh!
There was an error while loading. Please reload this page.
-
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