Problemunvalidated
Referencing path in RETURN (e.g., last(relationships(path)).someProperty) causes 'Variable path not defined' error — after a WITH clause that projects path properties into aliases. Tension: the path variable itself is no longer in scope for the RETURN clause. Outcome: breaking all graph traversal queries.
a640a2ac-a01d-4b4e-8bb9-cc33c44bafd9
Referencing path in RETURN (e.g., last(relationships(path)).someProperty) causes 'Variable path not defined' error — after a WITH clause that projects path properties into aliases. Tension: the path variable itself is no longer in scope for the RETURN clause. Outcome: breaking all graph traversal queries.