This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
where can I find information about graphql-helix's usage of stream.write? #41
Labels
question
Further information is requested
I hope it is not rude to ask this question. Where can one find details about the PassThrough "write" syntax used here https://github.com/contrawork/graphql-helix/blob/master/examples/koa/server.ts/koa/server.ts#L64
I cannot find documentation for calls like these. If I make changes to these calls, for example, if I remove one of the trailing "\n" characters or if I remove the "data: " part at the beginning, the data aren't sent to the client. Where can I find information about this?
Would you recommend a way to stream error(s) to the client? For example, if a permission or data error occurred mid-stream?
Thank you for your any response.
The text was updated successfully, but these errors were encountered: