Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-24-2020 03:47 PM
Hello, reading the docs: https://neo4j.com/docs/http-api/current/actions/query-result/ suggest that the JSON array type is supported by the http-api. But when I try this, I get the error "Type mismatch for parameter 'gparams': expected List but was String"
{
"statements": [
{
"statement": "MATCH (s:SLabel)-[]-(g:GLabel) WHERE s.name IN $gparams WITH s, g MATCH (g)-[:HAS_BLAH]-(t:TLabel)-[:HAS_PARENT*0..2]->(p) where p.id in $moreparams ...",
"parameters": {
"gparams": ["foo"],
"moreparams": ["bar", "nut"]
}
}
]
}
I believe everything looks correct. Any help would be appreciated.
09-27-2020 10:27 AM
Hi, Could you try with the attribute props?
Thanks
All the sessions of the conference are now available online