Fixing streaming of sequences
With this PR, I am proposing a solution for delivering items as soon as they are computed on streaming - in this case, for when the input data from the schema is a normal sequence (for example a sequence that streams data from a DbDataReader).
Until now we were handling the "delivering as soon as computed" issue when the input sequence is made of async items (seq<Async<'Item>>). Now it works for seq<'Item> as well (as long as the input sequence is a computed sequence and don't hold entire data in memory).
Hi, When can we expect to see this merged?
@ivelten can you rebase this? Or add me as an editor your repo fork, please
@ivelten can you rebase or apply your changes on top of https://github.com/fsprojects/FSharp.Data.GraphQL/pull/418 ?