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
Right now, to get the fields, I need to call fetch().
As I'm calling query() anyway, it would save one request to make it return the fields as well. We already have that available, we just don't add it into the returned object.
The text was updated successfully, but these errors were encountered:
@vitorbaptista you can't remove query as you need it - ditto for fetch (i would have preferred not to have had the 2 separate methods but it seemed necessary due to recline having different backends ...). What I suggest is this:
Right now, to get the fields, I need to call
fetch()
.As I'm calling
query()
anyway, it would save one request to make it return the fields as well. We already have that available, we just don't add it into the returned object.The text was updated successfully, but these errors were encountered: