Neo4j-graphql-js: ORM support?

Created on 9 Aug 2020  路  2Comments  路  Source: neo4j-graphql/neo4j-graphql-js

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).

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.

All 2 comments

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!

Was this page helpful?
0 / 5 - 0 ratings