You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Oh I see, you have to be more precise the next time :-). I like promises
and everything related so I'm happy to introduce such a feature. I will
investigate if it's gonna be a problem to introduce it.
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 useasync
methods inresolve()
, a promise is literally set as the value of the field (which makes sense but doesn't help me)Thanks!
The text was updated successfully, but these errors were encountered: