Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronpowell/dotnet-graphql-cosmosdb
An example of how to create a .NET GraphQL server on Azure Functions that talks to CosmosDB
https://github.com/aaronpowell/dotnet-graphql-cosmosdb
Last synced: about 1 month ago
JSON representation
An example of how to create a .NET GraphQL server on Azure Functions that talks to CosmosDB
- Host: GitHub
- URL: https://github.com/aaronpowell/dotnet-graphql-cosmosdb
- Owner: aaronpowell
- License: mit
- Created: 2020-09-03T05:17:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-10T04:48:20.000Z (about 4 years ago)
- Last Synced: 2024-11-17T19:54:13.686Z (about 2 months ago)
- Language: C#
- Size: 19.5 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure Functions GraphQL Sample with CosmosDB
This repository contains a sample of how to run a [GraphQL](https://graphql.org) server on [Azure Functions](https://docs.microsoft.com/azure/functions/?WT.mc_id=javascript-7133-aapowell) using [Hot Chocolate](https://hotchocolate.io/) as a .NET GraphQL server, then integrating with [CosmosDB](https://docs.microsoft.com/azure/cosmos-db/?WT.mc_id=javascript-7133-aapowell).
You can read more on how to build this [on my blog](https://www.aaron-powell.com/posts/2020-09-04-graphql-on-azure-part-4-serverless-comsosdb/).