1 min readApr 20, 2020
Hello Michael Hunger,
My graphQL implementation uses neo4j-graphql-java-1.0.0-M03 and my nested query call (containing map object list) does not resolve wrt the passThrough cypher directive argument.
SchemaProblem{errors=[‘xxx’ [@521:5] use an unknown argument ‘passThrough’ on directive ‘cypher’, ‘xxx’ [@523:5] use an unknown argument ‘passThrough’ on directive ‘cypher’]}
Please let me know if neo4j-graphql-java has an implementation for the passThrough use case. I have tried the Grandstack neo4j graphQL plugin for the same and have found it to be working alright.
Thanks much,
Priya