Tobias Tengler
Tobias Tengler
### Product Hot Chocolate ### Version 14.0.0-p.105 ### Link to minimal reproduction https://github.com/ChilliCream/graphql-platform/pull/7214 ### Steps to reproduce Run the test in the reproduction. ### What is expected? The nodes being...
### Product Hot Chocolate ### Version 14.0.0-p.105 ### Link to minimal reproduction https://github.com/ChilliCream/graphql-platform/pull/7115 ### Steps to reproduce Run the test in the reproduction. ### What is expected? Required data is...
Previously conditional selections were always generated as required properties, which is inconvenient if your component code checks for the presence of a field and you can't model the skipped state...
Previously all selections done on abstract types, would be generated as required properties in the raw response type. This PR tracks all selections on abstract types separately and only makes...
I often find myself in a situation where I want to quickly run a Relay query outside of the configured Relay environment, i.e. a GraphQL IDE or another tool. When...
This adds support for `@semanticNonNull` to Fusion, both for composition and execution. The parsing and formatting of both HotChocolate.Skimmed and HotChocolate.Language have been updated to parse the `@semanticNonNull` directive as...
I've updated some internal services to HotChocolate 14 today and have documented what I've run into during the upgrade that wasn't covered by the migration guide.
Not sure if this is an unintentional bug or not, but I thought I should add it to the guide regardless.