neo4jcyphergraphqlagens-graph

How do I create a GraphQL API that resolve to a cypher query?


I am designing an API for a prototype project we have created that uses AgensGraph as the graph database. Now that we have a working graph database, we need an API (RESTful or GraphQL) that can be used to query the graph without directly using a cypher query. I am looking into using GraphQL. It appears that Neo4j has a GraphQL to Cypher resolver. Is there a similar way to create a GraphQL API for AgensGraph?


Solution

  • There is nothing that I'm aware but ...

    Otherwise try Neo4j :)