Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/graphql-dotnet/examples
Examples for GraphQL.NET
https://github.com/graphql-dotnet/examples
api graphql graphql-dotnet
Last synced: about 2 hours ago
JSON representation
Examples for GraphQL.NET
- Host: GitHub
- URL: https://github.com/graphql-dotnet/examples
- Owner: graphql-dotnet
- License: mit
- Created: 2018-05-04T20:51:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T16:01:53.000Z (about 1 year ago)
- Last Synced: 2024-04-23T02:19:23.794Z (7 months ago)
- Topics: api, graphql, graphql-dotnet
- Language: C#
- Homepage: https://graphql-dotnet.github.io
- Size: 1.42 MB
- Stars: 262
- Watchers: 22
- Forks: 184
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GraphQL Examples
Examples for [GraphQL.NET](https://github.com/graphql-dotnet/graphql-dotnet).
| Project | Description |
|------------------|-------------|
| AspNetCore | ASP.NET Core 5 app with GraphQL and Playground middlewares from [server](https://github.com/graphql-dotnet/server) project |
| AspNetCoreMulti | ASP.NET Core 5 multi-tenant (two schemas) app with GraphQL and Playground middlewares from [server](https://github.com/graphql-dotnet/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:
- [Step-by-step introduction to GraphQL](https://graphql.org/learn/)
- [GraphQL for .NET](https://github.com/graphql-dotnet/graphql-dotnet)
- [ASP.NET Core Server + WebSockets Transport](https://github.com/graphql-dotnet/server)Other examples:
- [GraphQL.NET with EF Core and YesSql](https://github.com/PoisnFang/Poisn.GraphQL)