Home:ALL Converter>How to fix Validation error of type SubSelectionNotAllowed

How to fix Validation error of type SubSelectionNotAllowed

Ask Time:2019-04-17T22:16:20         Author:Kay

Json Formatter

I'm getting the following error when calling a lambda function through AppSync GraphQL:

{
  "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'"
    }
  ]
}

I haven't seen this error before. Where should I be looking to fix it?

Author:Kay,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/55729679/how-to-fix-validation-error-of-type-subselectionnotallowed
yy