Hi,
I am new to Neo4j and I am trying to extract the adjacency matrix of my graph. I found this cypher query (https://github.com/michelcaradec/Graph-Theory#adjacency-matrix) to get the adjacency matrix but it return the matrix without the row names a...