-
Notifications
You must be signed in to change notification settings - Fork 80
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
Fetch all edges related to a specific vertice. #2316
Comments
Please use
refs |
Thank you for the feedback, we will supplement with more examples. |
It seems we could have a short enough but clear chapter to enable fresh users to know which clause to use in certain typical graph query patterns :) like https://www.siwei.io/ngql-tutorial/ |
Scheduled as planned. It will be so nice if you can supplement with that :) 💯. |
I can provide a starting draft pr🫡 |
Question
This repository is ONLY used to solve issues related to DOCS.
Before submitting your question, make sure you have:
Now, please describe your question here:
Is there a way to retrieve all edges related to a specific vertice? I can't find a way to do that in the documentation.
Something that should look like
"FETCH PROP ON * "Kevin" -> * YIELD edge AS e;"
and the same for a specific edge type. (Inspired_By in that case)
"FETCH PROP ON Inspired_By "Kevin" -> * YIELD edge AS e;"
Thank you in advance.
The text was updated successfully, but these errors were encountered: