Skip to content

Commit 56631eb

Browse files
authored
Add Hot Chocolate
1 parent 9a98094 commit 56631eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ For a client to take advantage of the Semantic Nullability proposal, it must hav
2424

2525
For a GraphQL servers to support Semantic Nullability it must provide a mechanism to add `@semanticNonNull` to fields which it knows will only be null in the case of error.
2626

27+
- [Hot Chocolate](https://chillicream.com/docs/hotchocolate/) - Hot Chocolate, an implementation-first GraphQL server for C#, has experimental suppport for `@semanticNonNull` as of [version 14.2.0](https://github.com/ChilliCream/graphql-platform/releases/tag/14.2.0).
2728
- [Grats](https://grats.capt.dev/) - Grats, an implementation-first GraphQL server, has opt-in support for adding automatically `@semanticNonNull` to fields whose TypeScript types are non-nullable.
2829
- [Strict Semantic Nullability](https://grats.capt.dev/docs/guides/strict-semantic-nullability/) overall documentation for Semantic Nullability in Grats.
2930
- [Caliban Server](https://ghostdogpr.github.io/caliban) - Caliban, a GraphQL server for Scala, has opt-in support for auto-matically adding `@semanticNonNull` to fields whose Scala types fields that don't get resolved to nullable types .

0 commit comments

Comments
 (0)