Describe the bug
Invalid output
How are you accessing AGE (Command line, driver, etc.)?
What data setup do we need to do?
None
What is the necessary configuration info needed?
N/A
What is the command that caused the error?
SELECT * from cypher('my_graph_name', $$
CREATE (a:TestB3)-[e:B3REL]->(b:TestB3)
WITH a, e, b
MATCH p = (a)-[e]->(b)
SET a.something = 'something'
RETURN a
$$) as (a agtype);
Expected behavior
Should have returned a vertex with label TestB3 and property something
Environment (please complete the following information):
Additional context
N/A