【问题标题】:What is the graphql Introspection query?什么是 graphql Introspection 查询?
【发布时间】:2017-11-16 13:19:29
【问题描述】:

什么是 graphql Introspection 查询。我正在尝试这个收费。它的工作,但我不知道 graphql Introspection 查询的含义是什么。

I am trying this tool

【问题讨论】:

  • 看看graphql.org/learn/introspection,应该会给你一个基本的了解。您查看的特定工具有助于可视化 graphql api 的数据模型。基本上,内省用于 GraphiQL 中的“智能感知”,并作为“自我记录”的一种手段。另一个可视化内省的更具交互性的工具是apis.guru/graphql-voyager(我个人最喜欢的)
  • thanks.good comment.

标签: graphql graphene-python


【解决方案1】:

Per the spec,兼容的 GraphQL 服务器实现公开了一个描述模式本身的特殊查询。这允许像 Graphiql 这样的客户端能够完成诸如提前输入和自动完成查询等操作。

【讨论】:

猜你喜欢
  • 2021-03-01
  • 2020-03-01
相关资源
最近更新 更多