It would be lovely to be able to use async functions in resolve() methods. That way, I could aggregate a database to a fields. Right now, I have to hack the publication because if I use async methods in resolve(), a promise is literally set as the value of the field (which makes sense but doesn't help me)
Thanks!
It would be lovely to be able to use async functions in
resolve()methods. That way, I could aggregate a database to a fields. Right now, I have to hack the publication because if I useasyncmethods inresolve(), a promise is literally set as the value of the field (which makes sense but doesn't help me)Thanks!