neo4j / graphql

A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations.
https://neo4j.com/docs/graphql-manual/current/
Apache License 2.0
507 stars 149 forks source link

@neo4j/graphql-ogm v6 release missing #5756

Closed to-kn closed 17 hours ago

to-kn commented 20 hours ago

Describe the bug Hi, as the title says, we are missing the v6 release of @neo4j/graphql-ogm package, is there any eta? Thanks a lot! Best regards Tobias

darrellwarde commented 17 hours ago

Hi @to-kn, there is no plan to release the OGM for Version 6 and Version 7 of the library at this time. You can find some more details in my recent blog: https://neo4j.com/developer-blog/neo4j-graphql-library-roadmap/

As detailed in that blog, we will be maintaining Version 5 of the library as an LTS along with the OGM, we recommend sticking on Version 5 if you need the OGM.

to-kn commented 17 hours ago

Hi @darrellwarde , thank you for the clarification and info! Do i get it right, that instead of the ogm we/one has to use directly the session/cypher queries in the future?

darrellwarde commented 10 hours ago

We want to look at the OGM from a more strategic, company-wide standpoint. I hate to say it but the OGM in its current state is a bit of a hack-job, and ideally it is replaced by something doing native Cypher translation rather than using GraphQL under the hood. For now, stick with Version 5 if you need the OGM, and keep your eyes and ears open for updates in the future!