0

I haven't found any information on how to connect to a websocket to enable graphql subscriptions on a neo4j (3.3) instance with the neo4j-graphql plugin installed.

I've also unsuccessfully tried urls relating to the bolt port (localhost:7687).

Is this possible to do?

If not, could there be a workaround at the level of a separate, subscription-enabled graphql server when using schema delegation down to the neo4j server?

bebbi
  • 2,489
  • 3
  • 22
  • 36

1 Answers1

0

So, neo4j-graphql doesn't implement ws yet

And yes, if calling the db through a graphql server such as aws appsync that would enable subscriptions.

bebbi
  • 2,489
  • 3
  • 22
  • 36