fetchMore
does not incrementally update when using a query with @defer
#11034
Labels
fetchMore
does not incrementally update when using a query with @defer
#11034
Issue Description
When working a query that uses
@defer
, callingfetchMore
to get additional paginated results does not incrementally update the observable until the result has been completely loaded. I would have expected to see incremental results fromfetchMore
.Link to Reproduction
See this test, specifically the commented sections for the expected behavior.
Reproduction Steps
See the linked test for the expected behavior.
The text was updated successfully, but these errors were encountered: