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?