We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6908ac9 + 77c6af1 commit 70a809bCopy full SHA for 70a809b
src/content/code/language-support/c-net/server/hot-chocolate.md
@@ -1,10 +1,12 @@
1
---
2
name: Hot Chocolate
3
-description: GraphQL Server for .NET core and .NET classic
4
-url: https://github.com/ChilliCream/hotchocolate
+description: Hot Chocolate is an open-source GraphQL Server for .NET
+url: https://chillicream.com/docs/hotchocolate/
5
github: ChilliCream/hotchocolate
6
7
8
+Hot Chocolate takes the complexity away from building a fully-fledged GraphQL server and lets you focus on delivering the next big thing.
9
+
10
```csharp
11
using Microsoft.AspNetCore;
12
using Microsoft.AspNetCore.Hosting;
0 commit comments