Closed multimeric closed 2 years ago
A query like this:
{ countFoo(filter: {}) }
Will result in:
{ "data": { "countFoo": null }, "errors": [ { "path": [ "countFoo" ], "data": null, "errorType": "Lambda:Unhandled", "errorInfo": null, "locations": [ { "line": 2, "column": 3, "sourceName": null } ], "message": "ExpressionAttributeNames must not be empty" } ] }
A query like this:
Will result in: