Get Response of query within Debug Tools

When you run an action SQL query (Insert, Update, Delete) you get a result back in the data property typically, the changed record or something. If you are doing a REST query you can see the Response object.

Then in the Debug Console (and the browser's dev tools) you can see the inputs to the query.

However, if your query is in a Module, you cannot get the outputs, just the inputs.

I would like to also see the outputs of queries in the Debug Console to help me debug them.

Filed :white_check_mark: