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

Improving latency with @defer and @stream directives #57

Open
4 tasks
jangko opened this issue Apr 29, 2021 · 0 comments
Open
4 tasks

Improving latency with @defer and @stream directives #57

jangko opened this issue Apr 29, 2021 · 0 comments
Labels
enhancement New feature or request low priority This is not very important

Comments

@jangko
Copy link
Contributor

jangko commented Apr 29, 2021

Although this is not yet made it's way into the specification, they are very interesting experimental feature that can be added
our execution engine.

This feature requires substantial amount of changes in the execution engine because of:

  • requires priority analyzer
  • async fields execution
  • split response builder
  • the response stream mechanism to deliver the result should be agnostic about the transport layer

see also https://graphql.org/blog/2020-12-08-improving-latency-with-defer-and-stream-directives

@jangko jangko added enhancement New feature or request low priority This is not very important labels Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority This is not very important
Projects
None yet
Development

No branches or pull requests

1 participant