cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

User-defined procedures from GraphQL

Hi,

I have defined a User-defined procedures (similar to https://neo4j.com/docs/java-reference/current/extending-neo4j/procedures-and-functions/procedures/) 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.

0 REPLIES 0