FSharp.Data.GraphQL icon indicating copy to clipboard operation
FSharp.Data.GraphQL copied to clipboard

Fixing streaming of sequences

Open ivelten opened this issue 7 years ago • 3 comments

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).

ivelten avatar Jan 18 '19 18:01 ivelten

Hi, When can we expect to see this merged?

Rajivhost avatar Jan 24 '19 17:01 Rajivhost

@ivelten can you rebase this? Or add me as an editor your repo fork, please

xperiandri avatar Dec 06 '22 12:12 xperiandri

@ivelten can you rebase or apply your changes on top of https://github.com/fsprojects/FSharp.Data.GraphQL/pull/418 ?

xperiandri avatar Jan 12 '23 22:01 xperiandri