Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronpowell/appservice-graphql-dotnet
A sample of an ASP.NET GraphQL server
https://github.com/aaronpowell/appservice-graphql-dotnet
Last synced: about 1 month ago
JSON representation
A sample of an ASP.NET GraphQL server
- Host: GitHub
- URL: https://github.com/aaronpowell/appservice-graphql-dotnet
- Owner: aaronpowell
- License: mit
- Created: 2020-07-20T03:26:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T04:50:37.000Z (about 4 years ago)
- Last Synced: 2024-11-17T19:57:27.294Z (about 2 months ago)
- Language: C#
- Size: 11.7 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ASP.NET Core GraphQL demo
In this repo you'll find a demo application of how to run [GraphQL](https://graphql.org) in an [ASP.NET Core](https://dotnet.microsoft.com/apps/aspnet?WT.mc_id=javascript-7131-aapowell).
For the GraphQL server, [`graphql-dotnet`](https://github.com/graphql-dotnet/graphql-dotnet) is used and it is deployed to [Azure App Service](https://docs.microsoft.com/azure/app-service/?WT.mc_id=javascript-7131-aapowell) using [GitHub Actions](https://docs.microsoft.com/azure/app-service/deploy-github-actions?WT.mc_id=javascript-7131-aapowell).
You can learn more about this project [on my blog](https://www.aaron-powell.com/posts/2020-07-21-graphql-on-azure-part-2-app-service-with-dotnet/).