Skip to content

Commit ea3b3e3

Browse files
chore(): update readme
1 parent 6512e01 commit ea3b3e3

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,6 @@
2222

2323
[GraphQL](https://graphql.org/) is a powerful query language for APIs and a runtime for fulfilling those queries with your existing data. It's an elegant approach that solves many problems typically found with REST APIs. For background, we suggest reading this [comparison](https://dev-blog.apollodata.com/graphql-vs-rest-5d425123e34b) between GraphQL and REST. GraphQL combined with [TypeScript](https://www.typescriptlang.org/) helps you develop better type safety with your GraphQL queries, giving you end-to-end typing.
2424

25-
## Installation
26-
27-
If you are using `express` HTTP engine, install the following packages:
28-
29-
```bash
30-
$ npm i --save @nestjs/graphql apollo-server-express graphql
31-
```
32-
33-
In case of `fastify`, you should install `apollo-server-fastify` instead.
34-
35-
```bash
36-
$ npm i --save @nestjs/graphql apollo-server-fastify graphql
37-
```
38-
3925
## Quick Start
4026

4127
[Overview & Tutorial](https://docs.nestjs.com/graphql/quick-start)

0 commit comments

Comments
 (0)