小编Kay*_*Kay的帖子

如何修复 SubSelectionNotAllowed 类型的验证错误

通过 AppSync GraphQL 调用 lambda 函数时出现以下错误:

{
  "data": null,
  "errors": [
    {
      "path": null,
      "locations": [{ "line": 2, "column": 3, "sourceName": null }],
      "message": "Validation error of type SubSelectionNotAllowed: Sub selection not allowed on leaf type String of field sendSignatureRequest @ 'sendSignatureRequest'"
    }
  ]
}
Run Code Online (Sandbox Code Playgroud)

我以前没有见过这个错误。我应该去哪里修复它?

aws-lambda graphql aws-appsync aws-amplify

5
推荐指数
1
解决办法
1万
查看次数

标签 统计

aws-amplify ×1

aws-appsync ×1

aws-lambda ×1

graphql ×1