v16.1.0-experimental-stream-defer.6
fails to work
#27
-
In You can check the CI job for contra/graphql-helix#220 where introspection will fail. |
Beta Was this translation helpful? Give feedback.
Answered by
robrichard
Dec 12, 2021
Replies: 1 comment
-
@saihaj defer and stream will only be enabled if you pass |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
saihaj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@saihaj defer and stream will only be enabled if you pass
enableDeferStream: true
to GraphQLSchema. See additional discussion here: #12