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

Documentation: Graph traversal example #958

Closed
2 tasks done
macjuul opened this issue Oct 20, 2024 · 1 comment
Closed
2 tasks done

Documentation: Graph traversal example #958

macjuul opened this issue Oct 20, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@macjuul
Copy link
Contributor

macjuul commented Oct 20, 2024

Description

While there is no dedicated graph traversal syntax available at the moment, it is possible to achieve traversal by recursively calling a custom function. This approach has been reasonably popular within the community lately, and should be explained within the docs.

Is there an existing issue for this?

  • I have searched the existing issues

Code of Conduct

  • I agree to follow this project's Code of Conduct
@macjuul macjuul added the documentation Improvements or additions to documentation label Oct 20, 2024
@macjuul
Copy link
Contributor Author

macjuul commented Jan 24, 2025

This has been implemented in the form of recursive paths

@macjuul macjuul closed this as completed Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant