Handling Transactions with SqlResolver in TypeScript
Currently, I have the first case where I have to write data transactionally, but having a hard time to make TypeScript happy. What is the recommended way of doing transactions with
Currently I'm trying to use the
SqlResolver (or SqlSchema)?Currently I'm trying to use the
SqlResolver: