Skip to main content
Ctrl+K
sanic-book 0.0.2 文档 - Home
  • 基础教程
  • Sanic 最佳实践
  • Sanic 插件
  • HTML
  • 集成
    • 部署
    • 混沌
    • 关于
  • GitHub
  • 基础教程
  • Sanic 最佳实践
  • Sanic 插件
  • HTML
  • 集成
    • 部署
    • 混沌
    • 关于
  • GitHub

Section Navigation

  • Sanic 集成 GraphQL
    • Strawberry 教程
      • Strawberry 简介
      • 基础教程
        • 模式基础
        • 查询
        • 变更
        • 订阅
        • 为什么要创造 Strawberry?
      • 类型
        • 模式
        • 模式指令
        • 模式配置
        • 标量
        • 对象类型
        • 接口
        • 输入类型
        • 枚举
        • 泛型
        • 解析器
        • 联合类型
        • Lazy Types
        • Strawberry Exceptions
        • Private Fields
      • Query codegen
      • 扩展
        • ExtensionName
        • AddValidationRules
        • ApolloTracingExtension
        • DatadogExtension
        • DisableValidation
        • MaskErrors
        • OpenTelemetryExtension
        • ParserCache
        • QueryDepthLimiter
        • ValidationCache
      • 指南
        • Authentication
        • 数据记载器
        • Dealing with errors
        • Apollo Federation 2 Guide
        • Apollo Federation V1 Guide
        • Custom extensions
        • File Upload
        • 分页
        • Permissions
        • Builtin server
        • Tools
        • Schema export
        • Convert to Dictionary
      • Editor integration
        • Mypy
        • Visual studio code
      • 概念
        • Async
        • Type hints
      • 集成
        • AIOHTTP
        • ASGI
        • Django
        • Channels
        • FastAPI
        • Flask
        • Sanic 集成 GraphQL(Strawberry)
        • Chalice
        • Starlette
        • Pydantic support
      • Operations
        • Deployment
        • Testing
        • Tracing
      • Errors in strawberry
        • Some Error Error
        • Duplicated Type Name Error
        • Invalid Argument Type Error
        • Invalid Type for Union Merge Error
        • Invalid Type for Union Error
        • Missing arguments annotation Error
        • Missing field annotation Error
        • Missing return annotation Error
        • Not a Strawberry Enum Error
        • Object is not an Enum Error
        • Object is not an Class Error
        • Private Strawberry Field Error
        • Scalar already registered Error
        • Unresolved Field Type Error
        • Unsupported Type Error
      • Frequently Asked Questions
    • Sphinx 嵌入 GraphiQL 视图
  • Sanic 集成 Plotly
  • 集成
  • Strawberry 教程
  • 扩展

扩展#

  • ExtensionName
    • Usage example:
    • API reference:
      • an_argument: Optional[str] = None
    • More examples:
  • AddValidationRules
    • Usage example:
    • API reference:
      • validation_rules: List[Type[ASTValidationRule]]
    • More examples:
  • ApolloTracingExtension
    • Usage example:
    • API reference:
  • DatadogExtension
    • Usage example:
  • DisableValidation
    • Usage example:
    • API reference:
  • MaskErrors
    • Usage example:
    • API reference:
      • should_mask_error: Callable[[GraphQLError], bool] = default_should_mask_error
      • error_message: str = "Unexpected error."
    • More examples:
  • OpenTelemetryExtension
    • Usage example:
    • API reference:
      • arg_filter: Optional[ArgFilter]
    • More examples:
  • ParserCache
    • Usage example:
    • API reference:
      • maxsize: Optional[int] = None
    • More examples:
  • QueryDepthLimiter
    • Usage example:
    • API reference:
      • max_depth: int
      • ignore: Optional[List[IgnoreType]]
      • callback: Optional[Callable[[Dict[str, int]], None]
    • More examples:
  • ValidationCache
    • Usage example:
    • API reference:
      • maxsize: Optional[int] = None
    • More examples:

上一页

Query codegen

下一页

ExtensionName

Edit on GitHub

© Copyright 2022, xinetzone.

由 Sphinx 7.2.6创建。

© Copyright 2022, xinetzone.

由 Sphinx 7.2.6创建。

最后更新于 2024-01-24, 10:33:04.