bmeg / grip

Graph Integration Platform
https://bmeg.github.io/grip
MIT License
24 stars 8 forks source link

[WIP] has operation on stored elements #295

Open kellrott opened 1 year ago

kellrott commented 1 year ago

Allow user to do comparisons against previously stored elements. Example:

G.query().V().hasLabel("Character").as_("1").out("homeworld").out("residents").has(gripql.neq("$1._gid", "$._gid"))