cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Graphql subscriptions

nelson
Node Link

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 ?

1 REPLY 1

William_Lyon
Graph Fellow

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