-
Describe the bugI'm trying to use the two directives @defer and @stream with no luck.
I also created a public report just for this test to let you try it out. This is the repo: https://github.com/koo27/defer-stream-test What am I doing wrong? Your Example Website or Apphttps://github.com/koo27/defer-stream-test Steps to Reproduce the Bug or Issue
Expected behaviorI expect @defer and @stream to work Screenshots or VideosNo response Platform
Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey! @koo27 to use |
Beta Was this translation helpful? Give feedback.
Hey! @koo27 to use
defer
andstream
you need to use experimental release fromgraphql-js
https://github.com/graphql/graphql-js/releases/tag/v16.1.0-experimental-stream-defer.6 for new major release ofgraphql-yoga
we plan to provide out of box support #1352