graphql-dotnet topic

List graphql-dotnet repositories

GraphQL.Tools

92
Stars
12
Forks
Watchers

GraphQL.Tools is a GraphQL to C# compiler (code-generator) which turns your GraphQL schema into a set of C# classes, interfaces, and enums.

Dotnet6.GraphQL4.WebApplication

74
Stars
23
Forks
Watchers

This project exemplifies the implementation and dockerization of a simple Razor Web MVC Core consuming a full GraphQL 4 Web API, build in a .NET 6 multi-layer project, considering development best pra...

StarWars

619
Stars
99
Forks
Watchers

GraphQL 'Star Wars' example using GraphQL for .NET, ASP.NET Core, Entity Framework Core

graphql-platform

5.0k
Stars
722
Forks
Watchers

Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.

GraphQLCore

124
Stars
24
Forks
Watchers

Learn how to implement scalable APIs with GraphQL and ASP.NET Core. Branch wise code with relevant topic for smooth and easy walkthrough.

Dapper.GraphQL

290
Stars
50
Forks
Watchers

A .NET Core library designed to integrate the Dapper and graphql-dotnet projects with ease-of-use in mind and performance as the primary concern.

ASPNetCoreGraphQL

266
Stars
123
Forks
Watchers

Sample project demonstrating a GraphQL service built with ASP.NET Core 2.2, Entity Framework Core and graphql-dotnet.

examples

262
Stars
185
Forks
Watchers

Examples for GraphQL.NET

DotNetGraphQL

79
Stars
23
Forks
Watchers

A sample demonstrating how to create a GraphQL Backend in .NET and consume it from a .NET mobile app created using Xamarin