cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

GDS - Project all edges with non-default orientation

Hi,
Is there a way to project all relationships while also specifying the orientation to be UNDIRECTED?
Below is an example of what I mean. It returns an error because the syntax is incorrect.

CALL gds.graph.project(
    'myGraph',
    '*',
    { *: { orientation: 'UNDIRECTED' } }
);
0 REPLIES 0