cayleygraph / cayley

An open-source graph database
https://cayley.io
Apache License 2.0
14.83k stars 1.25k forks source link

LinkedQL: Project Step #929

Open iddan opened 4 years ago

iddan commented 4 years ago

A generic step to apply a path, save the result as a name without effect on the current path. Should replace: PropertyNamesAs, ReversePropertyNamesAs and As. Requires PropertyNames and ReversePropertyNames to be reversable.

This change is Reviewable