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?