From 32d3e74178d6c35e7115aa4cdf90487bf7ced44f Mon Sep 17 00:00:00 2001 From: "rivantsov@gmail.com" Date: Mon, 2 Nov 2020 17:48:56 -0800 Subject: [PATCH] added NGraphQL link --- src/content/code/code.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/code/code.md b/src/content/code/code.md index 3383c51bf1..0f6bf74cb1 100644 --- a/src/content/code/code.md +++ b/src/content/code/code.md @@ -64,7 +64,8 @@ public class Program - [Entity GraphQL](https://github.com/lukemurray/EntityGraphQL): .NET Core GraphQL library. Compiles to IQueryable to easily expose a schema from an existing data model (E.g. from an Entity Framework data model) - [DotNetGraphQLQueryGen](https://github.com/lukemurray/DotNetGraphQLQueryGen): .NET Core library to generate classes from a GraphQL schema for type-safe querying in dotnet - [Hot Chocolate](https://github.com/ChilliCream/hotchocolate): GraphQL Server for .NET core and .NET classic - + - [NGraphQL](https://github.com/rivantsov/starwars): GraphQL Server for .NET Core and full framework + ### Clojure #### [alumbra](https://github.com/alumbra/alumbra)