Skip to content

Add support for incremental key in @defer spec #54

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

Open
mjfaga opened this issue Mar 21, 2025 · 0 comments · May be fixed by #55
Open

Add support for incremental key in @defer spec #54

mjfaga opened this issue Mar 21, 2025 · 0 comments · May be fixed by #55

Comments

@mjfaga
Copy link

mjfaga commented Mar 21, 2025

The most recent version of the @defer spec proposal specifies support for an incremental field in the payload that delivers the incremental data result that is returned from the multipart response:

incremental: A list of objects containing the data that is being delivered incrementally. Contains a data field for data from a @defer, or an items field for list items from a @stream. The path of this data is determined by concatenating the path from the associated pending object with the optional subPath field.

The apollo implementation supports this already. I would like to see this supported in this library as well.

@mjfaga mjfaga linked a pull request Mar 21, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant