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

[4.0] Add a new status enum to ApolloQueryResult that describes the state of data #12344

Open
jerelmiller opened this issue Feb 5, 2025 · 0 comments
Labels
Milestone

Comments

@jerelmiller
Copy link
Member

#12333 did some work to ensure partial was properly reported. This PR also introduced a new complete flag, but after working through some of the tests, we noticed there was room for improvement, namely we don't have a great way to distinguish between when data is partial or when it is pending (i.e. a query with @defer that is still loading in chunks of data). As such, we plan to replace complete from #12333 with a new status enum that distinguishes between the different types.

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

No branches or pull requests

1 participant