Browsing Category: GraphQL

Programming Languages > C# > 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.

Status Stable

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).

Status Stable

graphql-net

GraphQL to IQueryable for .NET.

Status Inactive

HotChocolate

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

Status Stable

GraphQL.NET

Implementation of Facebook's GraphQL in .Net

Status Stable