通过 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)
我以前没有见过这个错误。我应该去哪里修复它?