-
Notifications
You must be signed in to change notification settings - Fork 311
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
Add defer and stream directives as extension #1134
Comments
The proposals will be validated soon btw. |
@VinceBT-BG thanks for sharing this feedback, it really helps me prioritize work if I know delivering something is going to immediately unblock/accelerate someone(s). If you have any more feedback about what kind of API you'd like to see, easily with regards to the Document Builder, would be happy to hear it! I'm thinking of using async iterators (which should then be easily convertible to observables), but haven't thought deeply about this yet. |
For |
I'm confused though, results arrive over time, right? So how is an |
I'm sorry here my type was an array in my project when I modified to make the screenshot |
Perceived Problem
Right now defer and stream are hardcoded types of directives. In fact though at least Yoga still does not support them out of the box citing their being experimental.This is a problem for Graffle since it suggests these directives are available when they may not be.https://the-guild.dev/graphql/yoga-server/docs/features/defer-stream
Defer and stream are forthcoming directives to be standardized in the coming year or two.
Make them available to Graffle users.
Ideas / Proposed Solution(s)
The text was updated successfully, but these errors were encountered: