Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support visualizing path objects #110

Closed
swilly22 opened this issue Mar 14, 2024 · 0 comments · Fixed by #138
Closed

Support visualizing path objects #110

swilly22 opened this issue Mar 14, 2024 · 0 comments · Fixed by #138
Labels
enhancement New feature or request

Comments

@swilly22
Copy link
Contributor

Create data:

CREATE (:A)-[:R]->(:B)

Query path:

MATCH p = (:A)-[:R]->(:B) RETURN p

Expecting to see returned path(s) as a graph.

@swilly22 swilly22 added the enhancement New feature or request label Mar 14, 2024
@Anchel123 Anchel123 linked a pull request Apr 1, 2024 that will close this issue
AviAvni added a commit that referenced this issue Apr 4, 2024
fix #110 adding option to write a visualizing path objects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant