kktam / azapollogpl

Apollo GraphQL integrated in Azure Function.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"# azapollogpl"

Apollo GraphQL starter on Azure Function

Use this template to start building Apollo GraphQL function on Azure Function.

Running locally

To run locally, open the development server with the following command:

npm i
func host start

Next, open http://localhost:3000 in your browser to see the result.

On Azure Function

On newer versions of Apollo GraphQL server, the Apollo GraphQL Explorer is hosted on Apollo cloud. Enable CORS on URL "https://studio.apollographql.com/" to enable Explorer access to Azure Function instance.

About

Apollo GraphQL integrated in Azure Function.


Languages

Language:JavaScript 100.0%