【问题标题】:Is there any way to get the resolvers object of a graphql schema有什么方法可以获取 graphql 模式的解析器对象
【发布时间】:2023-02-26 04:32:12
【问题描述】:

我在 neo4j graphql 库中自动生成一个模式,它也在为我创建解析器,所以我的简单问题是Is there a way to get resolvers from a graphql schema

我试着找到一个方法,也用谷歌搜索但无法找到任何令人满意的答案。

【问题讨论】:

    标签: neo4j graphql graphql-js


    【解决方案1】:

    neo4j GraphQL 库是open source。您可以在this directory 中找到其内置解析器的代码。你也可以写你自己的custom resolvers

    【讨论】:

      猜你喜欢
      • 2017-02-14
      • 2018-11-25
      • 2019-12-21
      • 2019-02-08
      • 1970-01-01
      • 1970-01-01
      • 2013-10-10
      • 2021-01-14
      • 1970-01-01
      相关资源
      最近更新 更多