Update book

This commit is contained in:
Sunli 2021-12-09 10:07:11 +08:00
parent e2666d4080
commit f78b3e70ae
2 changed files with 8 additions and 8 deletions

View File

@ -4,10 +4,10 @@
```toml ```toml
[dependencies] [dependencies]
async-graphql = "2.0" async-graphql = "3.0"
async-graphql-actix-web = "2.0" # If you need to integrate into actix-web async-graphql-actix-web = "3.0" # If you need to integrate into actix-web
async-graphql-warp = "2.0" # If you need to integrate into warp async-graphql-warp = "3.0" # If you need to integrate into warp
async-graphql-tide = "2.0" # If you need to integrate into tide async-graphql-tide = "3.0" # If you need to integrate into tide
``` ```
## Write a Schema ## Write a Schema

View File

@ -4,10 +4,10 @@
```toml ```toml
[dependencies] [dependencies]
async-graphql = "2.0" async-graphql = "3.0"
async-graphql-actix-web = "2.0" # 如果你需要集成到Actix-web async-graphql-actix-web = "3.0" # 如果你需要集成到Actix-web
async-graphql-warp = "2.0" # 如果你需要集成到Warp async-graphql-warp = "3.0" # 如果你需要集成到Warp
async-graphql-tide = "2.0" # 如果你需要集成到Tide async-graphql-tide = "3.0" # 如果你需要集成到Tide
``` ```
## 写一个Schema ## 写一个Schema