Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronpowell/azure-functions-graphql
An example of how to create a GraphQL server on Azure Functions
https://github.com/aaronpowell/azure-functions-graphql
azure azure-functions graphql serverless
Last synced: about 1 month ago
JSON representation
An example of how to create a GraphQL server on Azure Functions
- Host: GitHub
- URL: https://github.com/aaronpowell/azure-functions-graphql
- Owner: aaronpowell
- License: mit
- Created: 2020-08-07T05:20:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T04:49:25.000Z (about 4 years ago)
- Last Synced: 2024-11-17T19:56:06.064Z (about 2 months ago)
- Topics: azure, azure-functions, graphql, serverless
- Language: TypeScript
- Homepage: https://www.aaron-powell.com/posts/2020-08-07-graphql-on-azure-part-3-serverless-with-javascript/
- Size: 26.4 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure Functions GraphQL Sample
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-7132-aapowell) using [Apollo](https://www.apollographql.com)'s integration.
You can read more on how to build this [on my blog](https://www.aaron-powell.com/posts/2020-08-07-graphql-on-azure-part-3-serverless-with-javascript/).