async-graphql/docs/zh-CN/src/SUMMARY.md

32 lines
1.3 KiB
Markdown
Raw Normal View History

2020-04-15 03:15:30 +00:00
# Async-graphql教程
- [介绍](introduction.md)
- [快速开始](quickstart.md)
- [类型系统](typesystem.md)
2020-04-17 11:33:28 +00:00
- [简单对象(SimpleObject)](define_simple_object.md)
- [对象(Object)](define_complex_object.md)
- [查询上下文(Context)](context.md)
- [错误处理](error_handling.md)
- [枚举(Enum)](define_enum.md)
- [接口(Interface)](define_interface.md)
- [联合(Union)](define_union.md)
- [输入对象(InputObject)](define_input_object.md)
2020-05-26 15:27:50 +00:00
- [默认值](default_value.md)
2020-04-17 11:33:28 +00:00
- [定义模式(Schema)](define_schema.md)
- [查询和变更](query_and_mutation.md)
- [订阅](subscription.md)
- [实用功能](utilities.md)
- [输入值校验器](input_value_validators.md)
- [查询缓存控制](cache_control.md)
- [游标连接(Cursor Connections)](cursor_connections.md)
2020-05-13 04:49:43 +00:00
- [错误扩展](error_extensions.md)
2020-04-17 11:33:28 +00:00
- [Apollo Tracing支持](apollo_tracing.md)
- [集成到WebServer](integrations.md)
- [Warp](integrations_to_warp.md)
- [Actix-web](integrations_to_actix_web.md)
- [高级主题](advanced_topics.md)
- [自定义标量](custom_scalars.md)
- [自定义扩展](custom_extensions.md)
- [自定义订阅传输协议](custom_subscription_transport.md)
- [Apollo Federation集成](apollo_federation.md)