You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those queries will now return nodes and relationships instead of plain path(s).
This format is now the only one supported by SDN for generated queries.
Intentionally closes#2121
As a side-effect this commit also
closes#2107closes#2109closes#2119
Polishing after rebase.
The path-based querying and mapping should result in records that can be processed as:
collect(nodes(allPathSegments))
collect(relationships(allPathSegments))
The text was updated successfully, but these errors were encountered: