Michael Staib

Results 571 comments of Michael Staib

@lingxiao-microsoft the `JsonValueParser` should work for you guys. Its in the HotChocolate language package and reads the json and emits GraphQL literals.

What are you trying to do? The actual data logic in GraphQL is happening depending on various things ... the variable coercion is for instance happening later in the pipeline....

> So my previous question was, if we use JsonValueParser to parse JSON, which will convert to FloatValueNode and etc, then once we pass the Node type into HC, will...

Can we close this issue or do you have more questions about the variable coercion?

I think we can port it back to v15 ... I will have a look at it tonight.

https://github.com/ChilliCream/graphql-platform/pull/8845

Its by design internal. We do not want to expose authorization internals to the user.

We are swapping out the defer implementation in 16 at the moment. The new implementation is based on the new defer and stream spec proposal. Will take probably 3 more...

@david-driscoll thanks for contributing this ... I will package it into 14.1

OK ... I will need to look into why the tests fail.