Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fetchMore does not incrementally update when using a query with @defer #11034

Open
jerelmiller opened this issue Jul 3, 2023 · 1 comment
Open

Comments

@jerelmiller
Copy link
Member

jerelmiller commented Jul 3, 2023

Issue Description

When working a query that uses @defer, calling fetchMore 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 from fetchMore.

Link to Reproduction

See this test, specifically the commented sections for the expected behavior.

Reproduction Steps

See the linked test for the expected behavior.

@cabillin
Copy link

cabillin commented Aug 7, 2024

Any progress on fixing this? I'm still having the same issue in 3.11.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants