【发布时间】:2019-09-07 19:49:31
【问题描述】:
通过 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'"
}
]
}
我以前没有见过这个错误。我应该在哪里解决它?
【问题讨论】:
标签: aws-lambda graphql aws-appsync aws-amplify