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

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 教程
  • 指南

指南#

  • Authentication
    • Access authenticated user in resolver
  • 数据记载器
    • 基本用法
      • 异常
      • 覆盖缓存键
      • 缓存失效
      • 将数据导入缓存
      • 自定义缓存
    • 使用 GraphQL
    • 上下文用法 context
  • Dealing with errors
    • GraphQL validation errors
    • GraphQL type errors
    • Unhandled execution errors
    • Expected errors
    • Additional resources:
  • Apollo Federation 2 Guide
    • Federated schema example
      • Books service
      • Reviews service
    • Let’s run our services
    • Apollo Router
    • Additional resources
  • Apollo Federation V1 Guide
    • Federated schema example
      • Books service
      • Reviews service
    • The gateway
  • Custom extensions
    • Hooks
      • Request
      • Resolve
      • Get results
      • Validation
      • Parsing
      • Execution
        • Examples:
      • Execution Context
  • File Upload
    • ASGI / FastAPI / Starlette
    • Sanic / Flask / Django / AIOHTTP
    • Sending file upload requests
      • Sending one file
      • Sending a list of files
      • Sending nested files
  • 分页
    • Pagination
      • Pagination at a Glance
        • Offset-Based Pagination
          • Pagination Metadata
          • Using page_number Instead of offset
          • Limitations of Offset-Based Pagination
        • Cursor based pagination
      • Implementing pagination in GraphQL
    • Implementing Offset-Based Pagination
      • Running the Query
      • Running a Filtered Query
    • Implementing Cursor Pagination
    • Implementing the Relay Connection Specification
      • Connections
  • Permissions
    • Accessing user information
  • Builtin server
    • Automatic reloading
    • Disabling operation logging
  • Tools
    • create_type
    • merge_types
  • Schema export
  • Convert to Dictionary

上一页

ValidationCache

下一页

Authentication

Edit on GitHub

© Copyright 2022, xinetzone.

由 Sphinx 7.2.6创建。

© Copyright 2022, xinetzone.

由 Sphinx 7.2.6创建。

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