Skip to content

Commit 2e98c6c

Browse files
authored
Merge pull request graphql#624 from lukemurray/patch-1
Add another .NET library
2 parents 8e68160 + 10a1377 commit 2e98c6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/code/index.html.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ public class Program
7171
\`\`\`
7272
7373
- [graphql-net](https://github.com/ckimes89/graphql-net): Convert GraphQL to IQueryable
74+
- [Entity GraphQL](https://github.com/lukemurray/EntityGraphQL): .NET Core GraphQL library. Compiles to IQueryable to easily expose a schema from an exsiting data model (E.g. from an Entity Framework data model)
75+
- [DotNetGraphQLQueryGen](https://github.com/lukemurray/DotNetGraphQLQueryGen): .NET Core library to generate classes from a GraphQL schema for type-safe querying in dotnet
7476
- [Hot Chocolate](https://github.com/ChilliCream/hotchocolate): GraphQL Server for .NET core and .NET classic
7577
7678
### Clojure

0 commit comments

Comments
 (0)