With aql template strings, I can use Document/EdgeCollections in templates but not Graphs. #740
Labels
Feature Request
Request for new functionality to be added to the driver.
fixed
Issue has been resolved but remains open due to a pending release.
Is this intended? Inside ${} within an aql template, I can refer to document collection objects directly and the templating system does its interpolation job, but if I use a Graph object inside ${} the queries fail. I have to explicitly use ${myGraph.name} and refer to it by name for the query to work. Is this intended behavior?
The text was updated successfully, but these errors were encountered: