Skip to content

Commit

Permalink
doc: add 3.2 link
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrotzpc committed May 9, 2019
1 parent 4e27797 commit 7692699
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
[download-image]: https://img.shields.io/npm/dm/@switchdog/egg-graphql.svg?style=flat-square
[download-url]: https://npmjs.org/package/@switchdog/egg-graphql

> [🎺体验 3.2 版本,更愉快的 apollo-server 使用体验](https://github.com/Carrotzpc/egg-graphql/tree/next#readme)
[GraphQL](http://facebook.github.io/graphql/)使用 Schema 来描述数据,并通过制定和实现 GraphQL 规范定义了支持 Schema 查询的 DSQL (Domain Specific Query Language,领域特定查询语言,由 FACEBOOK 提出。

![graphql](http://upload-images.jianshu.io/upload_images/551828-8d055caea7562605.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
Expand Down Expand Up @@ -43,7 +45,7 @@ GraphQl Tools 新增了对自定义 directive 的支持,通过 directive 我
安装对应的依赖 [egg-graphql]

```bash
$ npm i --save @switchdog/egg-graphql
$ npm i --save @switchdog/egg-graphql@3.1.0-beta.1
```

开启插件:
Expand Down

0 comments on commit 7692699

Please sign in to comment.