mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
Remove @alpha
dist-tag designator from Azure Functions README.md.
It's no longer necessary to install `apollo-server-azure-functions` from the `alpha` tag!
This commit is contained in:
parent
01202bb9bf
commit
e43b14a9cd
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ description: Setting up Apollo Server with Azure Functions
|
||||||
This is the Azure functions integration of GraphQL Server. Apollo Server is a community-maintained open-source GraphQL server that works with many Node.js HTTP server frameworks. [Read the docs](https://www.apollographql.com/docs/apollo-server/v2). [Read the CHANGELOG](https://github.com/apollographql/apollo-server/blob/master/CHANGELOG.md).
|
This is the Azure functions integration of GraphQL Server. Apollo Server is a community-maintained open-source GraphQL server that works with many Node.js HTTP server frameworks. [Read the docs](https://www.apollographql.com/docs/apollo-server/v2). [Read the CHANGELOG](https://github.com/apollographql/apollo-server/blob/master/CHANGELOG.md).
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm install apollo-server-azure-functions@alpha graphql
|
npm install apollo-server-azure-functions
|
||||||
```
|
```
|
||||||
|
|
||||||
## Writing azure function
|
## Writing azure function
|
||||||
|
|
Loading…
Add table
Reference in a new issue