1.0.0 • Published 10 months ago

yoga-subscriptions-server v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Neo4j/GraphQL Subscriptions with Yoga

This example application runs GraphQL SSE (Server-Side-Events) subscriptions over a Neo4j database using the GraphQL Library for Neo4j on a Yoga server.

To run this demo:

  1. Run npm install
  2. Make sure the variables NEO4J_URL, NEO4J_USER and NEO4J_PASSWORD in server.js are set to you Neo4j database.
  3. Run npm start
  4. Go to localhost:4000/graphql

Some example queries can be found at examples.graphql