Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-25-2022 03:09 PM
Hello developers,
I'm coming to you because I've got a big problem.
I'm coding a live-forum with a graphql api. I use neo4j-driver, @neo4j/graphql and @neo4j/graphql-ogm in nodejs. As a real-time app, my projet must use subscriptions to perform his prime function. In dev mode, I can use the graphql-subscriptions package, but for the production, I don't find anything for neo4j implantation. Is there an alternative ?
01-05-2023 01:40 PM
GraphQL subscriptions are now supported by the Neo4j GraphQL library. See the docs here: https://neo4j.com/docs/graphql-manual/current/subscriptions/
Thomas recently gave a talk about this at GraphQL Galaxy: https://www.youtube.com/watch?v=HfPCjF35BBU
All the sessions of the conference are now available online