• Stars
    star
    259
  • Rank 151,881 (Top 4 %)
  • Language
    C#
  • License
    MIT License
  • Created almost 6 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Examples for GraphQL.NET

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: