Hi,
I have defined a User-defined procedures (similar to User-defined procedures - Java Reference) and it returns object with String and Int with multiple rows.
I am able to execute the same from neo4j browser but when I am trying to execute from neo4j-graphql-js typedef using @cypher annotation (like @cypher(statement: "CALL example.testProcedure()" it is throwing following error
"String("filedname") (of class org.neo4j.values.storable.StringWrappingStringValue)"
Thanks a lot for your help.