Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).