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
This might be possible at some point but adds a lot of complexity/overhead to handle properly. It's critical for performance to allow this to resolve synchronously. It's possible to write the logic that builds the queries to handle this, but doing the simple.thing of just making everything async and using awaits throughout ends up being too inefficient. Open to PRs, but I probably don't have time to look I to something like this until after 4.0 ships
Given the following code:
I get the following error:
It would be great if
query
could beasync
for when query parameters need to use external resources.The text was updated successfully, but these errors were encountered: