server
GraphQL server
A package that provides a GraphQL server middleware for ASP.NET Core, enabling easy setup of GraphQL requests over HTTP and WebSocket connections.
ASP.NET Core GraphQL Server
583 stars
23 watching
164 forks
Language: C#
last commit: about 1 month ago
Linked from 2 awesome lists
aspnetcoregraphqlserver
Related projects:
Repository | Description | Stars |
---|---|---|
graphql-dotnet/graphql-client | A C# library that provides a thread-safe GraphQL client for .NET Standard | 630 |
graphql-dotnet/parser | A .NET library that provides a lexer and parser for the GraphQL language, enabling developers to work with GraphQL documents. | 218 |
josephwoodward/graphiql-dotnet | Middleware for ASP.NET Core applications to provide a GraphiQL UI for GraphQL APIs | 142 |
graphql-dotnet/conventions | Automates schema generation for GraphQL .NET applications | 233 |
entitygraphql/entitygraphql | A GraphQL library for .NET that simplifies building and executing GraphQL APIs on top of data models. | 421 |
graphql-python/graphql-core | A Python implementation of GraphQL's query language and API framework | 516 |
deno-libs/gql | A GraphQL HTTP middleware for Deno and Bun that provides a simple setup for building GraphQL APIs. | 194 |
byme8/zeroql | A C# GraphQL client library with Linq-like syntax for building high-performance clients | 280 |
enisdenjo/graphql-ws | A GraphQL over WebSocket Protocol implementation | 1,750 |
microsoft/cppgraphqlgen | Tools for generating and consuming GraphQL services in C++ | 326 |
dotnet/sqlclient | Provides database connectivity to SQL Server for .NET applications. | 864 |
mirumee/ariadne | A GraphQL server implementation library | 2,229 |
overblog/graphqlbundle | Tools to build a complete GraphQL API server in a Symfony application | 787 |
moientajik/graphql.tools | Generates C# classes from a GraphQL schema | 96 |
contentful-labs/gqli.rb | A Ruby-based GraphQL client DSL for creating queries and fragments against various APIs | 208 |