So I'm loving this project, and as a layer on top of a Neo4j DB this is really rock solid for most of the general use cases.
However, I think there's a ton of merit in having some sort of basic ORM to make calls to GQL from any frontend. The easiest way to make this happen would be something like TypeORM <-> neo4j-graphql-js.
This is similar in mentality to how Prisma works, except they will never support Neo4j (or mongo or anything else for that matter).
This seems like an excellent start https://github.com/dotansimha/graphql-code-generator
@johnymontana Would you ever consider allowing support for ORM generation? neo4j + ORM would be a killer alternative to Prisma.
Indeed that would be nice!
Most helpful comment
This seems like an excellent start https://github.com/dotansimha/graphql-code-generator
@johnymontana Would you ever consider allowing support for ORM generation? neo4j + ORM would be a killer alternative to Prisma.