Dhruv Kumar Jha
Dhruv Kumar Jha11mo ago

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
Michal Srb
Michal Srb11mo ago
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
Dhruv Kumar Jha
Dhruv Kumar JhaOP11mo ago
Got it. Thank you @Michal Srb

Did you find this page helpful?