Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
04-26-2022 03:41 AM
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' } }
);
All the sessions of the conference are now available online