async-graphql 2.0.3

A GraphQL server library implemented in Rust
Documentation
# Async-graphql教程

- [介绍]introduction.md
- [快速开始]quickstart.md
- [类型系统]typesystem.md
    - [简单对象(SimpleObject)]define_simple_object.md
    - [对象(Object)]define_complex_object.md
        - [查询上下文(Context)]context.md
        - [错误处理]error_handling.md
        - [合并对象(MergedObject)]merging_objects.md
    - [枚举(Enum)]define_enum.md
    - [接口(Interface)]define_interface.md
    - [联合(Union)]define_union.md
    - [输入对象(InputObject)]define_input_object.md
    - [默认值]default_value.md
- [定义模式(Schema)]define_schema.md
    - [查询和变更]query_and_mutation.md
    - [订阅]subscription.md
- [实用功能]utilities.md
    - [字段守卫]field_guard.md
    - [输入值校验器]input_value_validators.md
    - [查询缓存控制]cache_control.md
    - [游标连接]cursor_connections.md
    - [错误扩展]error_extensions.md
    - [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
    - [Apollo Federation集成]apollo_federation.md