Trigger functions on database record insert or file uploads/changes?
Is there any way to trigger functions automatically when a record is inserted or updated in database or if a new file is uploaded?
Any link to the docs/tutorials on this would be helpful.
2 Replies
For now you can explicitly call logic or schedule functions from your mutations.
See this thread for more discussion on this topic: https://discord.com/channels/1019350475847499849/1196916823489269832
Got it. Thank you @Michal Srb