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
Not that I think it's necessary, but one major use case for this would be authenticated queries where it's necessary to identify the user trying to access the document.
I am wondering why isn't there a
findOneByFields
method, similar to the existingfindByFields
one.Currently I'm using this hack:
Is there a reason why it's not provided?
Is my wrapping function useless because of how the batching/caching work?
The text was updated successfully, but these errors were encountered: