Michael Staib

Results 571 comments of Michael Staib

https://github.com/cmeeren/FSharp.HotChocolate

@IkertxoDt the 16 previews are really early previews with a lot of breaking parts :) we still are in full swing on version 15 with multiple V15 releases still in...

@Shane32 we will specify this as well ... we call it at the moment request batching ... the idea is that a request batch can also consist of variable batches.

Yes, this is the current discussion. There are a lot of constraints we will put in place for the first iteration of this, we have explored this also in combination...

There actually is we have specified that there is a `requestIndex` and a `variableIndex` in the response structure ... we do need these also as there is `@defer` and `@stream`...

BTW ... we will introduce `requestIndex` and `variableIndex` also since the server should be able reorder responses and not make the consumer wait just in order to return completed results...

@Shane32 I have put a bit more about the response in.

Why do you not use the HttpClientFactory?

But to your question, this proposal would allow you to do that.

Yes, this is now implemented. However we did not go down the path of directives for this yet. The way it works is with a new with API. ```csharp var...