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

    APISIX variable Description List of variables APISIX variable Description Besides NGINX variable , APISIX also provides additional variables. List of variables Variable Nam...
  • 内联片段(Inline Fragments)

    1369 2020-01-08 《GraphQL 中文文档》
    查询和变更 内联片段(Inline Fragments) 元字段(Meta fields) 查询和变更 你可以在本页学到有关如何查询 GraphQL 服务器的详细信息。 内联片段(Inline Fragments) 跟许多类型系统一样,GraphQL schema 也具备定义接口和联合类型的能力。在 schema 指南中可了解更多。 如...
  • 指令(Directives)

    查询和变更 指令(Directives) 查询和变更 你可以在本页学到有关如何查询 GraphQL 服务器的详细信息。 指令(Directives) 我们上面讨论的变量使得我们可以避免手动字符串插值构建动态查询。传递变量给参数解决了一大堆这样的问题,但是我们可能也需要一个方式使用变量动态地改变我们查询的结构。譬如我们假设有个 UI 组件,其有...
  • Directives

    Directives Custom directives Code first Schema first Directives A directive can be attached to a field or fragment inclusion, and can affect execution of the query in any way...
  • Resolvers

    1035 2019-11-16 《Nest.js v6.0 Document》
    Resolvers Schema first Typings Code first Decorators Module Resolvers Typically, you have to create a resolvers map manually. The @nestjs/graphql package, on the other ha...
  • 列表和非空(Lists and Non-Null)

    Schema 和类型 列表和非空(Lists and Non-Null) Schema 和类型 在本页,你将学到关于 GraphQL 类型系统中所有你需要了解的知识,以及类型系统如何描述可以查询的数据。因为 GraphQL 可以运行在任何后端框架或者编程语言之上,我们将摒除实现上的细节而仅仅专注于其概念。 列表和非空(Lists and No...
  • Migration guide

    1289 2020-06-13 《Nest.js v7.0 Document》
    Migration guide Custom route decorators Microservices GraphQL Terminus HTTP exceptions body Validation errors schema Implicit type conversion (ValidationPipe) Microservice c...
  • 查询和更新

    查询和更新 创建待办事项 添加字段到表结构 Add Edges To The Schema Connect 2 Todos Query Todos Query all todo items: Query all todo items that depend on other items: Query all todo items that don...
  • 枚举类型(Enumeration Types)

    1214 2020-01-08 《GraphQL 中文文档》
    Schema 和类型 枚举类型(Enumeration Types) Schema 和类型 在本页,你将学到关于 GraphQL 类型系统中所有你需要了解的知识,以及类型系统如何描述可以查询的数据。因为 GraphQL 可以运行在任何后端框架或者编程语言之上,我们将摒除实现上的细节而仅仅专注于其概念。 枚举类型(Enumeration Typ...
  • APISIX 变量

    APISIX 变量 描述 变量列表 APISIX 变量 描述 APISIX 除了支持 NGINX 变量 外,自身也提供了一些变量。 变量列表 变量名称 来源 描述 示例 balancer_ip core 上游服务器的 IP 地址。 192.168.1.2 balancer_port core 上游服务器的端口。 80 consumer_nam...