Execute a query function

Executes a read-only query function deployed on the Convex backend. The function is identified by its module path and export name (e.g. "myModule:myQuery"). Named arguments are passed as a JSON object. Returns the function's return value and any console log output produced during execution.