mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
commit
7486cfc945
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ Anyone is welcome to contribute to GraphQL Server, just read [CONTRIBUTING.md](.
|
|||
|
||||
## Getting started
|
||||
|
||||
GraphQL Server is super easy to set up. Just `npm-install graphql-server-<variant>`, write a GraphQL schema, and then use one of the following snippets to get started. For more info, read the [GraphQL Server docs](http://dev.apollodata.com/tools/graphql-server/index.html).
|
||||
GraphQL Server is super easy to set up. Just `npm install graphql-server-<variant>`, write a GraphQL schema, and then use one of the following snippets to get started. For more info, read the [GraphQL Server docs](http://dev.apollodata.com/tools/graphql-server/index.html).
|
||||
|
||||
### Installation
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue