Update book

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

View File

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

View File

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