Failed to invoke procedure `gds.graph.project`: Caused by: java.lang.UnsupportedOperationException: Loading of values of type String is currently not supported

Try these instead:

MATCH (n) RETURN elementId(n)
MATCH (n) RETURN id(n)
1 Like