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
Intended outcome:
Docs for subscribeToQuery and broadcastQueries.
Actual outcome:
Search on project's site returns nothing for these methods.
But whole community uses them. Just search this repo issues. You'll get 5 open and 19 closed issued for broadcastQueries alone.
How to reproduce the issue:
Just search this repo issues. You'll get 5 open and 19 closed issued for broadcastQueries alone.
subscribeToQuery is no longer used, and broadcastQueries is part of the internal (non-public) API. We don't tend to document internal API functionality, since using it is outside the scope of normal Apollo Client use. If you're interested in seeing what it does, take a look at the QueryManager source.
Intended outcome:
Docs for
subscribeToQuery
andbroadcastQueries
.Actual outcome:
Search on project's site returns nothing for these methods.
But whole community uses them. Just search this repo issues. You'll get 5 open and 19 closed issued for
broadcastQueries
alone.How to reproduce the issue:
Just search this repo issues. You'll get 5 open and 19 closed issued for
broadcastQueries
alone.Versions
The text was updated successfully, but these errors were encountered: