-
Hi all, the question is really straightforward. I'm having trouble finding any docs/examples of how to use @defer and @stream. The blog post article was great (https://the-guild.dev/blog/graphql-tools-v8), but I had trouble using those features. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Defer and Stream support for GraphQL tools is worked upon here: #1941 and is currently blocked by graphql-js not releasing defer and stream as a stable version. However, there is an experimental npm package published. You can find an example server with GraphiQL using that graphql-js version in this repository: https://github.com/n1ru4l/graphql-bleeding-edge-playground |
Beta Was this translation helpful? Give feedback.
Defer and Stream support for GraphQL tools is worked upon here: #1941 and is currently blocked by graphql-js not releasing defer and stream as a stable version. However, there is an experimental npm package published. You can find an example server with GraphiQL using that graphql-js version in this repository: https://github.com/n1ru4l/graphql-bleeding-edge-playground