Replies: 1 comment
-
Piling on with my own questions related to "Understanding @stream directive". Can anyone confirm or correct the following?
Example use case: query bob {
... I guess I'm trying to see the value of @stream. It seems like the only use case where @stream makes sense is when ALL of the following is true.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First off kudos to the team - The HotChocolate GraphQL libraries and tools add great value.
I've been playing with getting the @stream directive running and am starting to wonder if what I try to achieve is actually doable.
Hence a few questions:
There was a mention in either the documentation or issues/discussions that this was not possible yet completely - due to complete execution still needing to happen when the request initiated, but even with the latest 14.0.0-p.127 the request just keeps waiting indefinitely without any results returning at all.
I am probably missing something so happy to learn.
Thanks in advance & keep up the great work.
Beta Was this translation helpful? Give feedback.
All reactions