2 Answers
- Newest
- Most votes
- Most comments
0
SOLVED: We have noticed that, luckily, you have reverted that change, because the WHERE ... IN (...)
clause can be used again.
answered 2 years ago
0
BROKEN AGAIN: Really? After two weeks, ARRAYS are no longer accepted again. We get this error message:
{
"data": {
"data": null
},
"errors": [
{
"path": [
"data"
],
"data": null,
"errorType": "MappingTemplate",
"errorInfo": null,
"locations": [
{
"line": 2,
"column": 3,
"sourceName": null
}
],
"message": "Variables-map values must be either of type String, Boolean, Double, Integer, Long, or null. (you provided ARRAY)"
}
]
}
answered a year ago
Relevant content
- Accepted Answerasked 3 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 2 years ago