书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 973 个相关结果.
  • Mutation Inputs

    Mutation Inputs Clone the code (optional) Mutation Types Mutations Test the CreateTodo Resolver Mutation Output Mutation Output Test the UpdateTodo Resolver Output Cre...
  • 类型系统(Type System)

    Schema 和类型 类型系统(Type System) Schema 和类型 在本页,你将学到关于 GraphQL 类型系统中所有你需要了解的知识,以及类型系统如何描述可以查询的数据。因为 GraphQL 可以运行在任何后端框架或者编程语言之上,我们将摒除实现上的细节而仅仅专注于其概念。 类型系统(Type System) 如果你之前见到过...
  • 执行

    1132 2020-01-08 《GraphQL 中文文档》
    执行 根字段 & 解析器 异步解析器 不重要的解析器 标量强制 列表解析器 产生结果 执行 一个 GraphQL 查询在被验证后,GraphQL 服务器会将之执行,并返回与请求的结构相对应的结果,该结果通常会是 JSON 的格式。 GraphQL 不能脱离类型系统处理查询,让我们用一个类型系统的例子来说明一个查询的执行过程,在这一系列的...
  • CLI Plugin

    CLI Plugin Overview Using the CLI plugin CLI Plugin Warning This chapter applies only to the code first approach. TypeScript’s metadata reflection system has several lim...
  • CRUD generator

    CRUD generator Introduction Generating a new resource CRUD generator Throughout the life span of a project, when we build new features, we often need to add new resources to o...
  • Enums

    Enums Code first Schema first Enums Enumeration types are a special kind of scalar that is restricted to a particular set of allowed values (read more here ). This allows you...
  • Cheatsheet

    Cheatsheet Cheatsheet The types used in these queries are defined here . In order to set up GraphQL access to the database add the following to the schema: using extension gr...
  • Using the WordPress Source Plugin

    737 2020-03-09 《Gatsby.js Tutorials》
    WordPress Source Plugin Tutorial How to create a site with data pulled from WordPress What this tutorial covers: But do you prefer GraphQL? Why go through this tutorial? Creatin...
  • Cheatsheet

    Cheatsheet​ Cheatsheet​ The types used in these queries are defined here . In order to set up GraphQL access to the database add the following to the schema: using extension ...