Edvin Eriksson
Edvin Eriksson
What's blocking this to be merged?
I can send a PR for this. However I don't know if it is as simple as just adding it to the list of packages?
Sorry for the confusion, I refer to the RFC in the GraphQL spec repo. https://www.github.com/graphql/graphql-spec/tree/master/rfcs%2FDeferStream.md I am trying to understand how the graphql-java library need to change in order to...
I see, I did look at the old defer implementation to gets hint of how it was done. However my conclusion was that the new proposal can't be done the...
>Not quite true - the DataFetcher is passed the AST elements and can in theory know about fragments. It uses the field collector to collapse those into "MergedField" because the...
Makes sense to use Publisher for this too. 👍🏼 How do you think we can let the execution strategy handle the execution of deferred selections/fragments?
This would be an experimental feature, enabled only behind a flag. The spec is unlikely to change unless people actually start to test it out and provide feedback. The WG...
I did some work on this today, started out by reverting the removal of the old defer implementation. I managed to get it working, however I'm a bit unsure about...
Hi, No I haven't worked on this for a very long time. Atm you'll need to use graphql-js if you want defer/stream support.
I doubt it is of any use, but here are my changes for defer/stream. https://github.com/edvinerikson/graphql-java/commit/f8579c30cb213ad83d1d97d5641f3754f85d6afa https://github.com/edvinerikson/graphql-java/commit/bc9a50e2eb779e8c99d72f1f229de299d598813c