neo4j-graphql / neo4j-graphql-java

Neo4j Labs Project: Pure JVM translation for GraphQL queries and mutations to Neo4j's Cypher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Map / JSON return type

Anunayth opened this issue · comments

Is it possible to use Map or a JSON as the return type for any query?

eg :
getMap(inpVal: ID): <Return Type as Map> @cypher(statement:"call example.procedure($inpVal) yield value return value")

If the returned value is a map / JSON, then what should I do to get the value.

Can you take a look at #195 to see if it fits your needs