问题标签 [graphql-config]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
377 浏览

graphql - 无法读取未定义的属性“授权”

请不要将此问题标记为“重复”。我在其他地方发现了类似的问题,但找不到任何合适的解决方案。

当我在 Nestjs 应用程序配置中使用context内部时,我从来没有找到. 当我对此进行安慰时,它是未定义的。在这个问题上花了很多时间,但在脉络中。GraphQLModulereqreq

/src/app.module.ts

0 投票
0 回答
83 浏览

graphql - 如何设置graphql-config?

我正在尝试graphql-config在 VSCode 中使用扩展,但我无法让它工作。我的语法改变了颜色schema.graphql,但是当我将鼠标悬停在类型定义上时,我什么也没得到,我不能使用“转到定义”等等。我.graphqlrc.yml的与schema.graphql. 这是我的文件夹结构:

.graphqlrc.yml

schema.graphql

package.json

我也试过

.graphqlrc.yml

.graphqlrc.yml

我在网上找到的示例要么不显示项目文件夹结构(官方文档站点),要么当我将它们从 Github 克隆到 VSCode 时它们不起作用(比如这个 repo)。我在全球安装了来自 GraphQL Foundation 的 GraphQL 扩展 v0.3.18。