Update book

This commit is contained in:
Sunli 2022-05-27 15:20:58 +08:00
parent d14ead03f9
commit 5575485c29
2 changed files with 8 additions and 8 deletions

View File

@ -4,10 +4,10 @@
```toml
[dependencies]
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
async-graphql = "4.0"
async-graphql-actix-web = "4.0" # If you need to integrate into actix-web
async-graphql-warp = "4.0" # If you need to integrate into warp
async-graphql-tide = "4.0" # If you need to integrate into tide
```
## Write a Schema

View File

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