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
In V1, we were able to stop the query as it was processed as a stream, we unsubscribed from the iterator and killed it.
Currently we have to use toArray on the iterator and return a promise to react-admin.