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' } }
);