Browsing Category: GraphQL

ZeroQL
High-performance C#-friendly GraphQL client. It supports Linq-like syntax. It doesn't require Reflection.Emit or expressions. As a result, the runtime provides performance very close to a raw HTTP call.

EntityGraphQL
Library to build a GraphQL API on top of data model with the extensibility to easily bring multiple data sources together in the single GraphQL schema (EF is not a requirement - any ORM working with LinqProvider or an in-memory object will work).

graphql-net
GraphQL to IQueryable for .NET.

HotChocolate
GraphQL server compatible to all GraphQL compliant clients like Strawberry Shake, Relay, Apollo Client, and various other clients and tools.

GraphQL.NET
Implementation of Facebook's GraphQL in .Net