(graphcache) - Fix offline queries not delivering any results on cache-miss and offline (#985)
* Fix fetching becoming infinite for offline queries
When the offline queries issues another request due
to a complete cache miss then fetching would be infinite
as the result would be swallowed.
* Add changeset
* Remove experimental note for offline support
* Use Subject to rebound operation instead of reexecuteOperation
* Update timing of rebound operation
* Update expected timing in tests
authored by