I found GraphQL to Cypher query converter libraries for java and java script but I didn't find any library for .Net Core.
Now I am using Neo4j Driver 4.0 in .Net Core for CRUD operation with Cypher query so I want convert GraphQL query to Cypher query so is there any library to achieve query conversion in .Net Core for Neo4j 4.0.
Hi Nikhil, I am in pursuit of the same thing. Disappointed that the plugin is gone and there is no .NET GraphQL to Cypher library to use now. Using Apollo (with neo4j-graphql.js) adds complexity to my solution and do not want to use it, if possible.
Please let me know if you find an answer.