问题标签 [graphql-playground]
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.
mongodb - 我的 graphQl 查询 find 在 GraphQL Playground 上返回空响应,但在控制台上有查找数据数组
所以当我运行这个查询并且我的解析器 const journey = await Journey.find({ userId: userId });
让它在所有字段中返回 null
相反,当我作为 findOne 进行操作时,会有正确的响应,但只有 1 个对象是这样的
仅在 GraphQL 游乐场数据返回为 null 可能是什么原因?
graphql - 如何在 Commercetools 查询谓词规范中使用“匹配忽略大小写”
按照下面的链接。没有任何效果。
https://docs.commercetools.com/api/html/query-predicate-spec.html#MatchesIgnoreCase
下面的查询我尝试了它不起作用并且低于错误。
(anonymousId = "123456") 和 custom(fields( customattr 匹配忽略大小写 "test-004"))
注意:这里 customattr 类型仅为字符串。
得到以下错误结果::。
{ "statusCode": 400, "message": "Malformed parameter: where: the field 'customattr' does not support this expression.", "errors": [ { "code": "InvalidInput", "message": "Malformed参数:其中:字段“customattr”不支持此表达式。” } ] }
mongodb - 为什么我会收到“无法为不可为空的字段 User.sentEmail 返回 null。”?
我知道如果我尝试调用的字段为空,我会收到此错误,但是当我创建电子邮件时,该电子邮件的 ID 确实会保存在用户中。但是当我尝试使用以下查询查询该用户时
我收到错误“不能为不可为空的字段 User.sentEmail 返回 null。” 如果 sentEmail 中有 id,为什么我会收到此错误
解析器
类型定义
authentication - graphql 游乐场显示此 ["debugMessage": "Class 'App\\GraphQL\\Mutations\\Auth' not found", "message": "Internal server error",]
“debugMessage”:“找不到类 'App\GraphQL\Mutations\Auth'”,“消息”:“内部服务器错误”,