Cole Greer created TINKERPOP-3284:
-------------------------------------
Summary: Bind Path Variables in TinkerGQL
Key: TINKERPOP-3284
URL: https://issues.apache.org/jira/browse/TINKERPOP-3284
Project: TinkerPop
Issue Type: Improvement
Components: gql
Affects Versions: 4.0.0
Reporter: Cole Greer
Support for binding path variables via syntax such as this:
{code:java}
MATCH p=(s:Airport)->[:route]-(m:Airport)-[:route]-(d:Airport)
{code}
Such a pattern should result in a full `Path` object being added to the
bindings map.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)