Type error when NOT directly calling function (new to Convex 1.18.2)
However, when rectifying this (e.g. using
ctx.runQuery(myApiQuery) vs myApiQuery() I'm getting the stubborn "Function implicitly has return type 'any' because..." error. Any idea why this is now upsetting the type system?
I feel like I'm missing something obvious!
And then I have this query:
