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
exportabstractclassLiveQuery<T>{publicabstractclose(): void// closes all opened iteratorspublicabstractasyncIterator(): AsyncIterator<T>// creates new iterator hooked to the same live query}
The text was updated successfully, but these errors were encountered:
Live queries are needed to support graphql subscriptions.
API proposal:
The text was updated successfully, but these errors were encountered: