Update book

This commit is contained in:
Sunli 2020-10-14 09:17:00 +08:00
parent 59575fdb57
commit 062bb10765
8 changed files with 5 additions and 9 deletions

View File

@ -29,5 +29,4 @@
- [Advanced topics](advanced_topics.md)
- [Custom scalars](custom_scalars.md)
- [Custom extensions](custom_extensions.md)
- [Custom subscription transport](custom_subscription_transport.md)
- [Apollo Federation](apollo_federation.md)

View File

@ -1 +0,0 @@
# Custom subscription transport

View File

@ -35,4 +35,4 @@ async fn index_ws(
## More examples
https://github.com/async-graphql/examples/tree/master/actix-web
[https://github.com/async-graphql/examples/tree/master/actix-web](https://github.com/async-graphql/examples/tree/master/actix-web)

View File

@ -33,4 +33,5 @@ warp::serve(filter).run(([0, 0, 0, 0], 8000)).await;
## More examples
https://github.com/async-graphql/examples/tree/master/warp
[https://github.com/async-graphql/examples/tree/master/warp](https://github.com/async-graphql/examples/tree/master/warp)

View File

@ -29,5 +29,4 @@
- [高级主题](advanced_topics.md)
- [自定义标量](custom_scalars.md)
- [自定义扩展](custom_extensions.md)
- [自定义订阅传输协议](custom_subscription_transport.md)
- [Apollo Federation集成](apollo_federation.md)

View File

@ -1 +0,0 @@
# 自定义订阅传输协议

View File

@ -32,5 +32,4 @@ async fn index_ws(
## 更多例子
https://github.com/async-graphql/examples/tree/master/actix-web
[https://github.com/async-graphql/examples/tree/master/actix-web](https://github.com/async-graphql/examples/tree/master/actix-web)

View File

@ -32,4 +32,4 @@ warp::serve(filter).run(([0, 0, 0, 0], 8000)).await;
## 更多例子
https://github.com/async-graphql/examples/tree/master/warp
[https://github.com/async-graphql/examples/tree/master/warp](https://github.com/async-graphql/examples/tree/master/warp)