Examples
Examples for GraphQL.NET
Install / Use
/learn @graphql-dotnet/ExamplesREADME
GraphQL Examples
Examples for GraphQL.NET.
| Project | Description | |------------------|-------------| | AspNetCore | ASP.NET Core 5 app with GraphQL and Playground middlewares from server project | | AspNetCoreMulti | ASP.NET Core 5 multi-tenant (two schemas) app with GraphQL and Playground middlewares from server project | | AspNetCoreCustom | ASP.NET Core 5 app with custom GraphQL and UI middlewares | | AspNetCoreController | ASP.NET Core 5 app with GraphQL implemented as a MVC controller action | | AspNetWebApi | .NET Framework 4.8 Web API example | | AzureFunctions | Using GraphQL in Azure Functions | | StarWars | StarWars demo schema used in all examples | | ClientNet462 | Example GraphQL client written in .NET 4.6.2 using Newtonsoft.Json 4.0.1 |
See also:
Other examples:
