-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hi,
Thanks for making greskell available! I really enjoy using the DSL, and I appreciate the addition of Data.Greskell.GTraversal.Gen—it’s made working with it much more pleasant.
I’m currently struggling with replicating a where condition to test if a vertex has an incoming edge with a specific label. Here's the query I’m trying to translate:
g.V().has("person", "person_id", personId)
.out("lives")
.in("within")
.where(inE("about"))
.group()...
The full query can be found in this example:
Graph Databases in Action – Chapter 8 Example
What’s the best way to write this in greskell?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels