Hi,
I am trying to perform basic APOC graph algorithms (i.e., betweenness-centrality) on a subgraph resulting from a Cypher query.
I am creating a subgraph using a number of specified nodes by name (i.e., A, B, C) and their first degree neighbors; a ...